Enterprise Information Portal APIs

com.ibm.mm.viewer.annotation
Interface CMBAnnotationPropertiesListener

All Known Implementing Classes:
CMBAnnotationView

public interface CMBAnnotationPropertiesListener

This interface must be implemented by objects listening for annotation properties changes.

Since:
8.1

Method Summary
 void handleAnnPropChangedEvent(CMBPageAnnotation a)
          Invoked after a property has changed.
 void handleAnnPropWillChangeEvent(CMBPageAnnotation a)
          Invoked just before a property will change.
 

Method Detail

handleAnnPropChangedEvent

public void handleAnnPropChangedEvent(CMBPageAnnotation a)
Invoked after a property has changed.
Parameters:
a - The annotation object whose properties changed.

handleAnnPropWillChangeEvent

public void handleAnnPropWillChangeEvent(CMBPageAnnotation a)
Invoked just before a property will change. It is important to invoke this if a property that affects the SIZE of the annotation (specifically, makes it smaller) is changed.
Parameters:
a - The annotation object whose properties will change.

EIP JavaBeans

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