JGAP

Package org.jgap.event

Contains classes and interfaces related to the generation and handling of JGAP events.

See:
          Description

Interface Summary
GeneticEventListener Represents objects that process genetic events.
IEventManager Interface for event managers (e.g., see class EventManager).
 

Class Summary
EventManager Manages event notification in the system.
GeneticEvent Represents events that are fired via the EventManager when various genetic events occur.
 

Package org.jgap.event Description

Contains classes and interfaces related to the generation and handling of JGAP events.


JGAP