|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjecteTextReader.NotationEventAdapter
public class NotationEventAdapter
This class is a simple adapter class that provides empty implementations of all the methods in the NotationEventListener interface, in order to simply implementation of classes that wish to implement that interface
Constructor Summary | |
---|---|
NotationEventAdapter()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NotationEventAdapter()
Method Detail |
---|
public void errorOccurred(NotationEvent ne)
NotationEventListener
errorOccurred
in interface NotationEventListener
public void notationEventOccurred(NotationEvent ne)
NotationEventListener
notationEventOccurred
in interface NotationEventListener
public void pageChanged(NotationEvent ne)
NotationEventListener
pageChanged
in interface NotationEventListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |