All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.ibm.imageprocessing.event.RotationErrorListener

public interface RotationErrorListener
extends EventListener
The listener interface for receiving RotationErrorEvent.

See Also:
EventListener

Method Index

 o invalidDirectionSet(RotationErrorEvent)
Invoked when an invalid direction is set.
 o invalidRotationAngleSet(RotationErrorEvent)
Invoked when an invalid rotation angle is set.

Methods

 o invalidRotationAngleSet
 public abstract void invalidRotationAngleSet(RotationErrorEvent e)
Invoked when an invalid rotation angle is set.

 o invalidDirectionSet
 public abstract void invalidDirectionSet(RotationErrorEvent e)
Invoked when an invalid direction is set.


All Packages  Class Hierarchy  This Package  Previous  Next  Index