Package com.azalient.api.event.model

This package provides interfaces to model-specific event listeners: ModelEventTimeStep, etc

See:
          Description

Interface Summary
GenericEvent The generic event is used as a catch-all for events not covered by other types.
ModelEventActionSelection Listeners are notified of this event when the user makes a selection in the GUI
ModelEventGeneric Implement this interface and register yourself to get notifications of generic events
ModelEventResult Implement this interface and register yourself to get notifications at result-saving intervals
ModelEventSaveListener Implement this interface and register yourself to get notifications when user selects File / Save
ModelEventTimeComplete Implement this interface and register yourself to get a notification when the simulation completes its term
ModelEventTimeRewind Implement this interface and register yourself to get a notification when the user presses rewind, to go back to the start of the simulation term.
ModelEventTimeSec Implement this interface and register yourself to get a notification at each whole second of elapsed simulation time.
ModelEventTimeStep Implement this interface and register yourself to get a notification at each simulation time step.
ModelEventViewLegend Register for this event if you want to draw a legend or key that has a fixed position on the screen, regardless of the view point
ModelEventViewModel Register for this event if you want to draw in the model space coordinates (not the fixed legend space)
 

Enum Summary
GenericEventType An enumeration of sub-types for the GenericEvent
 

Package com.azalient.api.event.model Description

This package provides interfaces to model-specific event listeners: ModelEventTimeStep, etc