Package org.jactr.core.event

Interface Summary
IACTREvent<S,L> root of all events
IParameterEvent<S,L> general event for notification that a parameter has changed
IParameterListener a listener for changes to object parameters (typically subsymbolic elements)
 

Class Summary
AbstractACTREvent<S,L> describes an event from a source (S) that can be caught by a listener (L)
ACTREventDispatcher<S,L> class that handles the nitty gritty of tracking listeners, executors, and propogating that the firing events correctly
ParameterEvent