|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | 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 CreoleEvents
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 |
resourceRenamed(Resource resource,
String oldName,
String newName)
Called when the creole register has renamed a resource.1 |
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 system
public void resourceUnloaded(CreoleEvent e)
Resource has been removed from the system
public void datastoreOpened(CreoleEvent e)
DataStore has been opened
public void datastoreCreated(CreoleEvent e)
DataStore has been created
public void datastoreClosed(CreoleEvent e)
DataStore has been closed
public void resourceRenamed(Resource resource,
String oldName,
String newName)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||