Interface DocumentListener

All Superinterfaces:
EventListener, org.jadice.util.glazedlists.event.ListEventListener<Page>, PageListener, PropertyChangeListener
All Known Implementing Classes:
DocumentAdapter

public interface DocumentListener extends org.jadice.util.glazedlists.event.ListEventListener<Page>, PageListener
A listener interface for receiving document events.

A document listener lets developers track when document or page specific changes happens.

Developers should notice the fact that DocumentListener extends the PageListener interface. So each document listener may be used as a page listener as well.

Caveat: levigo reserves the right to add methods to this interface with future releases. Therefore we strongly recommend sub-classing DocumentAdapter instead of directly implementing this interface. Doing so shields implementors from the need to extend their implementations should this interface be extended.

Since:
4.3
See Also: