|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ricebridge.xmlman.in.PointHandler
Receives event points and acts on them.
| Constructor Summary | |
PointHandler()
Empty constructor. |
|
PointHandler(List pTargetPaths,
DocContext pDocContext)
Create using a list of TargetPaths and a DocContext. |
|
| Method Summary | |
void |
handlePoint(EndPoint pEndPoint)
Handle an EndPoint. |
List |
handlePoint(StartPoint pStartPoint)
Handle a StartPoint. |
void |
setDocContext(DocContext pDocContext)
Set the DocContext of the point events. |
void |
setTargetPaths(List pTargetPaths)
Set TargetPaths to pass events to. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PointHandler()
public PointHandler(List pTargetPaths,
DocContext pDocContext)
TargetPaths and a DocContext.
| Method Detail |
public void setTargetPaths(List pTargetPaths)
TargetPaths to pass events to.
public void setDocContext(DocContext pDocContext)
DocContext of the point events.
public List handlePoint(StartPoint pStartPoint)
StartPoint.
public void handlePoint(EndPoint pEndPoint)
EndPoint.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||