All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.ibm.imageprocessing.event.ColorListErrorListener

public interface ColorListErrorListener
extends EventListener
The listener interface for receiving ColorListErrorEvent.

See Also:
EventListener

Method Index

 o colorDoesNotExist(ColorListErrorEvent)
Invoked when a color does not exist.
 o illegalPositionSet(ColorListErrorEvent)
Invoked when an illegal position is set.

Methods

 o colorDoesNotExist
 public abstract void colorDoesNotExist(ColorListErrorEvent e)
Invoked when a color does not exist.

 o illegalPositionSet
 public abstract void illegalPositionSet(ColorListErrorEvent e)
Invoked when an illegal position is set.


All Packages  Class Hierarchy  This Package  Previous  Next  Index