- All Known Implementing Classes:
EventListener
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.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
-
Method Summary
-
Field Details
-
FOREGROUND_COLOR_CHANGED
static final int FOREGROUND_COLOR_CHANGED- See Also:
-
BACKGROUND_COLOR_CHANGED
static final int BACKGROUND_COLOR_CHANGED- See Also:
-
COLOR_PICKER_CLOSED
static final int COLOR_PICKER_CLOSED- See Also:
-
LOG_WINDOW_CLOSED
static final int LOG_WINDOW_CLOSED- See Also:
-
TOOL_CHANGED
static final int TOOL_CHANGED- See Also:
-
-
Method Details
-
eventOccurred
void eventOccurred(int eventID)
-