|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A listener for events fired by the CreoleRegister
(CreoleEvent
).
In a Gate system there are many classes that can fire CreoleEvent
s
but all this events are collected and fired back by the
CreoleRegister
that can be obtained with a call to
Gate.getCreoleRegister()
Method Summary | |
void |
datastoreClosed(CreoleEvent e)
Called when a DataStore has been closed |
void |
datastoreCreated(CreoleEvent e)
Called when a DataStore has been created |
void |
datastoreOpened(CreoleEvent e)
Called when a DataStore has been opened |
void |
resourceLoaded(CreoleEvent e)
Called when a new Resource has been loaded into the system |
void |
resourceUnloaded(CreoleEvent e)
Called when a Resource has been removed from the system |
Method Detail |
public void resourceLoaded(CreoleEvent e)
Resource
has been loaded into the systempublic void resourceUnloaded(CreoleEvent e)
Resource
has been removed from the systempublic void datastoreOpened(CreoleEvent e)
DataStore
has been openedpublic void datastoreCreated(CreoleEvent e)
DataStore
has been createdpublic void datastoreClosed(CreoleEvent e)
DataStore
has been closed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |