GATE
Version 3.1-2270

Uses of Class
gate.event.ControllerEvent

Packages that use ControllerEvent
gate.creole   
gate.event   
gate.gui   
 

Uses of ControllerEvent in gate.creole
 

Methods in gate.creole with parameters of type ControllerEvent
protected  void AbstractController.fireResourceAdded(ControllerEvent e)
           
protected  void AbstractController.fireResourceRemoved(ControllerEvent e)
           
 

Uses of ControllerEvent in gate.event
 

Methods in gate.event with parameters of type ControllerEvent
 void ControllerListener.resourceAdded(ControllerEvent evt)
          Called by the controller when a new PR has been added.
 void ControllerListener.resourceRemoved(ControllerEvent evt)
          Called by the controller when a new PR has been removed.
 

Uses of ControllerEvent in gate.gui
 

Methods in gate.gui with parameters of type ControllerEvent
 void SerialControllerEditor.resourceAdded(ControllerEvent evt)
           
 void SerialControllerEditor.resourceRemoved(ControllerEvent evt)
           
 


GATE
Version 3.1-2270