|
GATE Version 3.1-2270 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdebugger.gui.resources.CreoleListenerImpl
public class CreoleListenerImpl
Copyright (c) Ontos AG (http://www.ontosearch.com).
This class is part of JAPE Debugger component for
GATE (Copyright (c) "The University of Sheffield" see http://gate.ac.uk/)
This class contains methods that update resources tree
after user has loaded/unloaded/renamed language or processing
resources in GATE.
Method Summary | |
---|---|
void |
datastoreClosed(CreoleEvent event)
Called when a DataStore has been closed |
void |
datastoreCreated(CreoleEvent event)
Called when a DataStore has been created |
void |
datastoreOpened(CreoleEvent event)
Called when a DataStore has been opened |
void |
documentAdded(CorpusEvent event)
Called when a document has been added |
void |
documentRemoved(CorpusEvent event)
Called when a document has been removed |
static CreoleListenerImpl |
getInstance(ResourceTree rt)
|
void |
resourceLoaded(CreoleEvent event)
Called when a new Resource has been loaded into the system |
void |
resourceRenamed(Resource resource,
String s,
String s1)
Called when the creole register has renamed a resource.1 |
void |
resourceUnloaded(CreoleEvent event)
Called when a Resource has been removed from the system |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static CreoleListenerImpl getInstance(ResourceTree rt)
public void resourceLoaded(CreoleEvent event)
CreoleListener
Resource
has been loaded into the system
resourceLoaded
in interface CreoleListener
public void resourceUnloaded(CreoleEvent event)
CreoleListener
Resource
has been removed from the system
resourceUnloaded
in interface CreoleListener
public void datastoreOpened(CreoleEvent event)
CreoleListener
DataStore
has been opened
datastoreOpened
in interface CreoleListener
public void datastoreCreated(CreoleEvent event)
CreoleListener
DataStore
has been created
datastoreCreated
in interface CreoleListener
public void datastoreClosed(CreoleEvent event)
CreoleListener
DataStore
has been closed
datastoreClosed
in interface CreoleListener
public void resourceRenamed(Resource resource, String s, String s1)
CreoleListener
resourceRenamed
in interface CreoleListener
public void documentAdded(CorpusEvent event)
CorpusListener
documentAdded
in interface CorpusListener
public void documentRemoved(CorpusEvent event)
CorpusListener
documentRemoved
in interface CorpusListener
|
GATE Version 3.1-2270 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |