Interface DitherPanelListener

interface DitherPanelListener
An interface for the objects that are to be notified upon receiving input by a DitherPlane.

See Also:
DitherPlane

Method Index

 o updateState(int, int, int)
This method is called by a dither plane upon receiving user input.

Methods

 o updateState
 public abstract void updateState(int ditherID,
                                  int x,
                                  int y)
This method is called by a dither plane upon receiving user input.

Parameters:
ditherID - ID of the dither plane that received input.
x - x coordinate of mouse event.
y - y coordinate of mouse event.