ij
Interface IJEventListener
public interface IJEventListener
Plugins that implement this interface are notified when the user
changes the foreground color, changes the background color,
closes the color picker, closes the Log window or switches to
another tool.
FOREGROUND_COLOR_CHANGED
static final int FOREGROUND_COLOR_CHANGED
- See Also:
- Constant Field Values
BACKGROUND_COLOR_CHANGED
static final int BACKGROUND_COLOR_CHANGED
- See Also:
- Constant Field Values
COLOR_PICKER_CLOSED
static final int COLOR_PICKER_CLOSED
- See Also:
- Constant Field Values
LOG_WINDOW_CLOSED
static final int LOG_WINDOW_CLOSED
- See Also:
- Constant Field Values
TOOL_CHANGED
static final int TOOL_CHANGED
- See Also:
- Constant Field Values
eventOccurred
void eventOccurred(int eventID)