org.dishevelled.swarm
Class ParticleSwarmOptimizationAlgorithmAdapter

java.lang.Object
  extended by org.dishevelled.swarm.ParticleSwarmOptimizationAlgorithmAdapter
All Implemented Interfaces:
EventListener, ParticleSwarmOptimizationAlgorithmListener

public class ParticleSwarmOptimizationAlgorithmAdapter
extends Object
implements ParticleSwarmOptimizationAlgorithmListener

Adapter for the ParticleSwarmOptimizationAlgorithmListener interface that provides empty implementation of all required methods.

Version:
$Revision$ $Date$
Author:
Michael Heuer

Constructor Summary
ParticleSwarmOptimizationAlgorithmAdapter()
           
 
Method Summary
 void cognitiveMemoryUpdated(ParticleSwarmOptimizationAlgorithmEvent event)
          Notify this listener of a cognitive memory updated event.
 void exitFailed(ParticleSwarmOptimizationAlgorithmEvent event)
          Notify this listener of an exit failed event.
 void exitSucceeded(ParticleSwarmOptimizationAlgorithmEvent event)
          Notify this listener of an exit succeeded event.
 void fitnessCalculated(ParticleSwarmOptimizationAlgorithmEvent event)
          Notify this listener of a fitness calculated event.
 void positionUpdated(ParticleSwarmOptimizationAlgorithmEvent event)
          Notify this listener of a position updated event.
 void socialMemoryUpdated(ParticleSwarmOptimizationAlgorithmEvent event)
          Notify this listener of a social memory updated event.
 void velocityCalculated(ParticleSwarmOptimizationAlgorithmEvent event)
          Notify this listener of a velocity calculated event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParticleSwarmOptimizationAlgorithmAdapter

public ParticleSwarmOptimizationAlgorithmAdapter()
Method Detail

exitFailed

public void exitFailed(ParticleSwarmOptimizationAlgorithmEvent event)
Notify this listener of an exit failed event.

Specified by:
exitFailed in interface ParticleSwarmOptimizationAlgorithmListener
Parameters:
event - exit failed event

exitSucceeded

public void exitSucceeded(ParticleSwarmOptimizationAlgorithmEvent event)
Notify this listener of an exit succeeded event.

Specified by:
exitSucceeded in interface ParticleSwarmOptimizationAlgorithmListener
Parameters:
event - exit succeeded event

velocityCalculated

public void velocityCalculated(ParticleSwarmOptimizationAlgorithmEvent event)
Notify this listener of a velocity calculated event.

Specified by:
velocityCalculated in interface ParticleSwarmOptimizationAlgorithmListener
Parameters:
event - velocity calculated event

positionUpdated

public void positionUpdated(ParticleSwarmOptimizationAlgorithmEvent event)
Notify this listener of a position updated event.

Specified by:
positionUpdated in interface ParticleSwarmOptimizationAlgorithmListener
Parameters:
event - position updated event

fitnessCalculated

public void fitnessCalculated(ParticleSwarmOptimizationAlgorithmEvent event)
Notify this listener of a fitness calculated event.

Specified by:
fitnessCalculated in interface ParticleSwarmOptimizationAlgorithmListener
Parameters:
event - fitness calculated event

cognitiveMemoryUpdated

public void cognitiveMemoryUpdated(ParticleSwarmOptimizationAlgorithmEvent event)
Notify this listener of a cognitive memory updated event.

Specified by:
cognitiveMemoryUpdated in interface ParticleSwarmOptimizationAlgorithmListener
Parameters:
event - cognitive memory updated event

socialMemoryUpdated

public void socialMemoryUpdated(ParticleSwarmOptimizationAlgorithmEvent event)
Notify this listener of a social memory updated event.

Specified by:
socialMemoryUpdated in interface ParticleSwarmOptimizationAlgorithmListener
Parameters:
event - social memory updated event


Copyright © 2006-2012 dishevelled.org. All Rights Reserved.