public abstract class ImportListenerAdapter extends java.lang.Object implements ImportListener
ImportListener
interface. The methods in this class are empty.
This class exists as convenience for creating import listener objects.Constructor and Description |
---|
ImportListenerAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
onBookmarkEnd(java.lang.String bookmark,
DocumentContext ctx)
This method is invoked when a bookmark ends.
|
void |
onBookmarkStart(java.lang.String bookmark,
DocumentContext ctx)
This method is invoked when a bookmark starts.
|
java.lang.String |
onInsertText(java.lang.String text)
This method is invoked when text is inserted.
|
public void onBookmarkEnd(java.lang.String bookmark, DocumentContext ctx)
onBookmarkEnd
in interface ImportListener
bookmark
- Name of bookmark.ctx
- DocumentContextpublic void onBookmarkStart(java.lang.String bookmark, DocumentContext ctx)
onBookmarkStart
in interface ImportListener
bookmark
- Name of bookmarkctx
- DocumentContextpublic java.lang.String onInsertText(java.lang.String text)
onInsertText
in interface ImportListener
text
- Text that is inserted.© 2003-2011 by Sascha Schmidt (vision-cloud.de). All Rights Reserved.