|
GATE Version 3.1-2270 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CreoleListener
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 |
|---|
void resourceLoaded(CreoleEvent e)
Resource has been loaded into the system
void resourceUnloaded(CreoleEvent e)
Resource has been removed from the system
void datastoreOpened(CreoleEvent e)
DataStore has been opened
void datastoreCreated(CreoleEvent e)
DataStore has been created
void datastoreClosed(CreoleEvent e)
DataStore has been closed
void resourceRenamed(Resource resource,
String oldName,
String newName)
|
GATE Version 3.1-2270 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||