public class PaletteEvent
extends java.util.EventObject
PaletteEvent class is used with the PaletteListener to return the Palette instance.| Constructor and Description |
|---|
PaletteEvent(Palette source, java.lang.String action)
Constructs a new
PaletteEvent object. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAction() |
public PaletteEvent(Palette source, java.lang.String action)
PaletteEvent object.source - Palette Instance.action - String representing the action.