|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ricebridge.xmlman.in.TriggerSupport
Support class for the Trigger interface.
| Field Summary | |
protected TargetPath |
iTargetPath
TargetPath that activates this Trigger. |
| Constructor Summary | |
TriggerSupport()
|
|
| Method Summary | |
void |
execute(TargetPath pTargetPath,
EndPoint pEndPoint,
DocContext pDocContext,
boolean pConditionMatch)
Helper method. |
void |
execute(TargetPath pTargetPath,
StartPoint pStartPoint,
DocContext pDocContext,
boolean pConditionMatch)
Helper method. |
protected abstract void |
executeImpl(TargetPath pTargetPath,
EndPoint pEndPoint,
DocContext pDocContext,
boolean pConditionMatch)
Implement to perform actions. |
protected abstract void |
executeImpl(TargetPath pTargetPath,
StartPoint pStartPoint,
DocContext pDocContext,
boolean pConditionMatch)
Implement to perform actions. |
TargetPath |
getTargetPath()
Get TargetPath. |
void |
setTargetPath(TargetPath pTargetPath)
Store TargetPath. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected TargetPath iTargetPath
TargetPath that activates this Trigger.
| Constructor Detail |
public TriggerSupport()
| Method Detail |
public void execute(TargetPath pTargetPath,
StartPoint pStartPoint,
DocContext pDocContext,
boolean pConditionMatch)
execute in interface Trigger
public void execute(TargetPath pTargetPath,
EndPoint pEndPoint,
DocContext pDocContext,
boolean pConditionMatch)
execute in interface Triggerpublic void setTargetPath(TargetPath pTargetPath)
TargetPath.
setTargetPath in interface Triggerpublic TargetPath getTargetPath()
TargetPath.
getTargetPath in interface Trigger
protected abstract void executeImpl(TargetPath pTargetPath,
StartPoint pStartPoint,
DocContext pDocContext,
boolean pConditionMatch)
protected abstract void executeImpl(TargetPath pTargetPath,
EndPoint pEndPoint,
DocContext pDocContext,
boolean pConditionMatch)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||