Package crystalspace.jbind.interfaces.iutil.event

Interface Summary
iEvent This interface describes any system event.
iEventCord The iEventCord is an interface provided by an event queue to any event handlers wanting to receive some subclasses of events ASAP in a specified priority, bypassing the queue itself.
iEventHandler This interface describes an entity that can receive events.
iEventOutlet The iEventOutlet is the interface to an object that is provided by an event queue to every event plug when it registers itself.
iEventPlug Event plug interface, also referred as "event source".