Class DocumentAdapter

java.lang.Object
com.levigo.jadice.document.DocumentAdapter
All Implemented Interfaces:
DocumentInterceptor, DocumentListener, PageListener, PropertyChangeListener, EventListener, org.jadice.util.glazedlists.event.ListEventListener<Page>

public abstract class DocumentAdapter extends Object implements DocumentListener, DocumentInterceptor
An abstract adapter class used to reduce the complexity of implementing DocumentListeners as well as DocumentInterceptor. This class implements all methods mandated by the aforementioned interfaces with default methods. The implementations for the DocumentListener methods just do nothing, while the implementations of the DocumentInterceptor methods approve all operations.
Since:
5.0
See Also: