com.ibm.notes.java.ui.callbacks
Class NotesDocumentDataCallback
java.lang.Object
com.ibm.notes.java.ui.callbacks.NotesDocumentDataCallback
public class NotesDocumentDataCallback
- extends Object
Callback to run after an agent has finished.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotesDocumentDataCallback
public NotesDocumentDataCallback()
done
public void done(NotesDocumentDataEvent event)
- Run when the agent has completed.
Those that extend this method must call super.done() when finished with the document.
This method gets called on a background thread.
- Parameters:
event
- a document event with information about the completion of the agent- Since:
- 8.5.1