Uses of Class
org.jgap.event.EventManager

Packages that use EventManager
org.jgap   
 

Uses of EventManager in org.jgap
 

Methods in org.jgap that return EventManager
 EventManager Configuration.getEventManager()
          Retrieves the EventManager associated with this configuration.
 

Methods in org.jgap with parameters of type EventManager
 void Configuration.setEventManager(EventManager a_eventManagerToSet)
          Sets the EventManager that is to be associated with this configuration.