Eidola home

Package org.eidola.kernel.event

Interface Summary
Event Carries information about changes, updates, etc.
EventListener An interface for receiving events from a broadcaster.
 

Class Summary
CompileCompleted Signals that a compile cycle is finished, and the conatiner's errors may have changed.
CompileRequired Signals that a container needs to be recompiled.
ContainerCreated Signals that a container was just created.
ContainerEvent An event originating from a container.
EventBroadcaster A source of Eidola Events.
EventQueue A queue dispatches Events to EventListeners.
GeneralizationsChanged Signals that a class's generalizations have changed.
NamespaceChanged Signals that an element is now in a different namespace.
SignatureChanged Signals that a named element's signature has changed.
StructureChanged Signals that the source container's structure has changed.
 


Eidola home