|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An implementation of this interface is passed to CMBJavaDocumentViewers on the initialize() method. It provided methods that should be called at the appropriate situations to allow the CMBDocumentViewer bean to maintain the state of viewers and the documents being viewed. These callbacks also allow asynchronous operation in initializing, opening, closing, and terminating documents. These callbacks must be performed on the dispatch thread.
Method Summary | |
void |
documentClosed(CMBItem document)
Callback method. |
void |
documentOpened(CMBItem document)
Callback method. |
void |
documentOpenFailed(CMBItem document)
Callback method. |
void |
documentPrinted(CMBItem document)
Callback method. |
void |
documentPrintFailed(CMBItem document)
Callback method. |
Method Detail |
public void documentOpened(CMBItem document)
public void documentOpenFailed(CMBItem document)
public void documentClosed(CMBItem document)
public void documentPrinted(CMBItem document)
public void documentPrintFailed(CMBItem document)
|
EIP JavaBeans | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |