|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VisualizableListener | |
---|---|
com.rubecula.darwin.domain.helper | Darwin |
com.rubecula.darwin.domain.world | Darwin |
com.rubecula.darwin.evolution | |
com.rubecula.darwin.examples.pepperedmoth | Peppered Moth Example |
com.rubecula.darwin.examples.travelingsalesman | Traveling Salesman Example |
com.rubecula.darwin.foundation | |
com.rubecula.darwin.visualization.swing | Display Package |
Uses of VisualizableListener in com.rubecula.darwin.domain.helper |
---|
Methods in com.rubecula.darwin.domain.helper that return types with arguments of type VisualizableListener | |
---|---|
java.util.Collection<VisualizableListener> |
Taxon.getVisualizableListeners()
Getter/setter typically called by reflection. |
Methods in com.rubecula.darwin.domain.helper with parameters of type VisualizableListener | |
---|---|
void |
Taxon.addVisualizableListener(VisualizableListener listener)
Mutating method to add, for each of this system's populations, a listener, i.e. |
Method parameters in com.rubecula.darwin.domain.helper with type arguments of type VisualizableListener | |
---|---|
void |
Taxon.setVisualizableListeners(java.util.Collection<VisualizableListener> listeners)
Getter/setter typically called by reflection. |
Uses of VisualizableListener in com.rubecula.darwin.domain.world |
---|
Classes in com.rubecula.darwin.domain.world that implement VisualizableListener | |
---|---|
class |
VisualizableListener_Census
Implementation of VisualizableListener which knows how to take a census of the (changed) population. |
Methods in com.rubecula.darwin.domain.world that return types with arguments of type VisualizableListener | |
---|---|
java.util.Collection<VisualizableListener> |
Taxon_.getVisualizableListeners()
|
protected java.util.Collection<VisualizableListener> |
Colony_.getVisualizableListeners()
Convenience method. |
Methods in com.rubecula.darwin.domain.world with parameters of type VisualizableListener | |
---|---|
void |
Taxon_.addVisualizableListener(VisualizableListener listener)
XXX |
Method parameters in com.rubecula.darwin.domain.world with type arguments of type VisualizableListener | |
---|---|
void |
Taxon_.setVisualizableListeners(java.util.Collection<VisualizableListener> visualizableListeners)
This is called, but not addListener() |
Uses of VisualizableListener in com.rubecula.darwin.evolution |
---|
Methods in com.rubecula.darwin.evolution that return types with arguments of type VisualizableListener | |
---|---|
protected java.util.Collection<VisualizableListener> |
Evolver_.getVisualizableListeners()
|
Methods in com.rubecula.darwin.evolution with parameters of type VisualizableListener | |
---|---|
boolean |
Evolver_.addVisualizableListener(VisualizableListener listener)
This is invoked by reflection during configuration. |
Method parameters in com.rubecula.darwin.evolution with type arguments of type VisualizableListener | |
---|---|
void |
Evolver_.setVisualizableListeners(java.util.Collection<VisualizableListener> visualizableListeners)
Method to clear and reset the visualizable listeners. |
Uses of VisualizableListener in com.rubecula.darwin.examples.pepperedmoth |
---|
Classes in com.rubecula.darwin.examples.pepperedmoth that implement VisualizableListener | |
---|---|
class |
Visualization_PepperedMoth
Lifespan: permanent. |
Uses of VisualizableListener in com.rubecula.darwin.examples.travelingsalesman |
---|
Classes in com.rubecula.darwin.examples.travelingsalesman that implement VisualizableListener | |
---|---|
class |
Visualization_TS
|
Uses of VisualizableListener in com.rubecula.darwin.foundation |
---|
Classes in com.rubecula.darwin.foundation that implement VisualizableListener | |
---|---|
class |
VisualizableListener_
|
Uses of VisualizableListener in com.rubecula.darwin.visualization.swing |
---|
Classes in com.rubecula.darwin.visualization.swing that implement VisualizableListener | |
---|---|
class |
Visualization_VisualizableListener
Implementer of VisualizableListener which updates a visualization
model. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |