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
-
colorDoesNotExist(ColorListErrorEvent)
-
Invoked when a color does not exist.
-
illegalPositionSet(ColorListErrorEvent)
-
Invoked when an illegal position is set.
colorDoesNotExist
public abstract void colorDoesNotExist(ColorListErrorEvent e)
- Invoked when a color does not exist.
illegalPositionSet
public abstract void illegalPositionSet(ColorListErrorEvent e)
- Invoked when an illegal position is set.
All Packages Class Hierarchy This Package Previous Next Index