|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ActionVisitor
This interface describes a visitor for actions as used on PDF nodes.
| Method Summary | |
|---|---|
java.lang.Object |
visitGotoId(GotoIdActionSpec spec)
Visit a Goto action with id. |
java.lang.Object |
visitGotoPage(GotoPageActionSpec spec)
Visit a GotoPage action |
java.lang.Object |
visitThread(ThreadActionSpec spec)
Visit a Thread action. |
java.lang.Object |
visitUser(UserActionSpec spec)
Visit a User action. |
| Method Detail |
|---|
java.lang.Object visitGotoId(GotoIdActionSpec spec)
spec - the specification
java.lang.Object visitGotoPage(GotoPageActionSpec spec)
spec - the specification
java.lang.Object visitThread(ThreadActionSpec spec)
spec - the specification
java.lang.Object visitUser(UserActionSpec spec)
spec - the specification
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||