gate.jape
Interface ControllerEventBlocksAction

All Superinterfaces:
Serializable

public interface ControllerEventBlocksAction
extends Serializable

The interface used by the action class generated for controller event blocks.

Author:
Johann Petrak

Method Summary
 void controllerExecutionAborted()
           
 void controllerExecutionFinished()
           
 void controllerExecutionStarted()
           
 ActionContext getActionContext()
           
 Controller getController()
           
 Corpus getCorpus()
           
 Ontology getOntology()
           
 Throwable getThrowable()
           
 void setActionContext(ActionContext ac)
           
 void setController(Controller c)
           
 void setCorpus(Corpus c)
           
 void setOntology(Ontology o)
           
 void setThrowable(Throwable t)
           
 

Method Detail

controllerExecutionStarted

void controllerExecutionStarted()

controllerExecutionFinished

void controllerExecutionFinished()

controllerExecutionAborted

void controllerExecutionAborted()

setController

void setController(Controller c)

getController

Controller getController()

setThrowable

void setThrowable(Throwable t)

getThrowable

Throwable getThrowable()

setCorpus

void setCorpus(Corpus c)

getCorpus

Corpus getCorpus()

setActionContext

void setActionContext(ActionContext ac)

getActionContext

ActionContext getActionContext()

setOntology

void setOntology(Ontology o)

getOntology

Ontology getOntology()