gate.gui.docview
Class AnnotationSetsView.PerformActionEvent
java.lang.Object
java.util.EventObject
gate.event.GateEvent
gate.gui.docview.AnnotationSetsView.PerformActionEvent
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- AnnotationSetsView
private class AnnotationSetsView.PerformActionEvent
- extends GateEvent
A fake GATE Event used to wrap a Runnable value. This is used for
queueing actions to the document UI update timer.
|
Method Summary |
void |
run()
Runs the action (or runnable) enclosed by this event. |
action
private Action action
runnable
private Runnable runnable
AnnotationSetsView.PerformActionEvent
public AnnotationSetsView.PerformActionEvent(Runnable runnable)
AnnotationSetsView.PerformActionEvent
public AnnotationSetsView.PerformActionEvent(Action action)
run
public void run()
- Runs the action (or runnable) enclosed by this event.