Uses of Interface
com.levigo.jadice.document.DocumentInterceptor
Packages that use DocumentInterceptor
-
Uses of DocumentInterceptor in com.levigo.jadice.document
Classes in com.levigo.jadice.document that implement DocumentInterceptorModifier and TypeClassDescriptionclass
An abstract adapter class used to reduce the complexity of implementingDocumentListener
s as well asDocumentInterceptor
.Methods in com.levigo.jadice.document with parameters of type DocumentInterceptorModifier and TypeMethodDescriptionvoid
Document.addDocumentInterceptor
(DocumentInterceptor interceptor) Register aDocumentInterceptor
to this document instance.void
Document.removeDocumentInterceptor
(DocumentInterceptor interceptor) Unregister aDocumentInterceptor
from this document. -
Uses of DocumentInterceptor in com.levigo.jadice.web.client.model.document
Methods in com.levigo.jadice.web.client.model.document with parameters of type DocumentInterceptorModifier and TypeMethodDescriptionvoid
FilteredDocument.addDocumentInterceptor
(DocumentInterceptor interceptor) void
FilteredDocument.removeDocumentInterceptor
(DocumentInterceptor interceptor)