Enterprise Information Portal APIs

com.ibm.mm.viewer
Interface CMBDocStateChangedListener

All Known Implementing Classes:
CMBGenericDocViewer

public interface CMBDocStateChangedListener

This interface should be implemented by any class that needs to perform any action based on the document state change.


Method Summary
 void handleDocStateChangedEvent(CMBDocument document)
          Invoked after an operation that has changed the state of the document such as rotation or scaling.
 

Method Detail

handleDocStateChangedEvent

public void handleDocStateChangedEvent(CMBDocument document)
Invoked after an operation that has changed the state of the document such as rotation or scaling.
Parameters:
model - The model whose state has changed. The model's view should be notified of the change and the view updated accordingly.

EIP JavaBeans

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