public interface ColorChooserListener
extends java.util.EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
cancelPressed(java.awt.event.ActionEvent e)
Called when "cancel" button is pressed in color chooser.
|
void |
okPressed(java.awt.event.ActionEvent e)
Called when "ok" button is pressed in color chooser.
|
void |
resetPressed(java.awt.event.ActionEvent e)
Called when "reset" button is pressed in color chooser.
|
void okPressed(java.awt.event.ActionEvent e)
e - ok button eventvoid resetPressed(java.awt.event.ActionEvent e)
e - reset button eventvoid cancelPressed(java.awt.event.ActionEvent e)
e - cancel button event