|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NotationEventListener
An interface that classes wishing to track events that occur in ContentPane
objects should implement. Classes implementing these methods should register
themselves as listeners using the addNotationEventListener
method of ContentPane.
ContentPane
Method Summary | |
---|---|
void |
errorOccurred(NotationEvent ne)
Process an error that occured in the pane. |
void |
notationEventOccurred(NotationEvent ne)
Process a Notation event. |
void |
pageChanged(NotationEvent ne)
Process a page change event. |
Method Detail |
---|
void pageChanged(NotationEvent ne)
void notationEventOccurred(NotationEvent ne)
void errorOccurred(NotationEvent ne)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |