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 TypeClassDescriptionclassAn abstract adapter class used to reduce the complexity of implementingDocumentListeners as well asDocumentInterceptor.Methods in com.levigo.jadice.document with parameters of type DocumentInterceptorModifier and TypeMethodDescriptionvoidDocument.addDocumentInterceptor(DocumentInterceptor interceptor) Register aDocumentInterceptorto this document instance.voidDocument.removeDocumentInterceptor(DocumentInterceptor interceptor) Unregister aDocumentInterceptorfrom 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 TypeMethodDescriptionvoidFilteredDocument.addDocumentInterceptor(DocumentInterceptor interceptor) voidFilteredDocument.removeDocumentInterceptor(DocumentInterceptor interceptor)