|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LifecycleListener
The interface for receiving callbacks from a DefaultDocumentBuilder
subclass.
Method Summary | |
---|---|
void |
ended(Object documentElement)
Invoked when a document element is popped from the stack. |
void |
started(Object documentElement)
Invoked when a new document element is commited to the stack. |
Method Detail |
---|
void started(Object documentElement)
documentElement
- The document element pushed on the stack.void ended(Object documentElement)
documentElement
- The document element popped from the stack.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |