Enterprise Information Portal APIs

com.ibm.mm.beans.gui
Interface CMBViewDocumentListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
CMBDocumentViewer

public interface CMBViewDocumentListener
extends java.util.EventListener

The listener interface for the CMBViewDocumentEvent.


Field Summary
static java.lang.String copyright
           
 
Method Summary
 void onViewDocument(CMBViewDocumentEvent evt)
          invoked when View menu item has been selected on a document in the details pane of the source (a CMBSearchResultsViewer or CMBFolderViewer).
 

Field Detail

copyright

public static final java.lang.String copyright
Method Detail

onViewDocument

public void onViewDocument(CMBViewDocumentEvent evt)
invoked when View menu item has been selected on a document in the details pane of the source (a CMBSearchResultsViewer or CMBFolderViewer).

EIP JavaBeans

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.