Package ij.plugin

Class EventListener

java.lang.Object
ij.plugin.EventListener
All Implemented Interfaces:
CommandListener, RoiListener, IJEventListener, ImageListener, PlugIn

public class EventListener
extends Object
implements PlugIn, IJEventListener, ImageListener, RoiListener, CommandListener
This plugin implements the Plugins/Utilities/Monitor Events command. By implementing the IJEventListener, CommandListener, ImageListener and RoiListener interfaces, it is able to monitor foreground and background color changes, tool switches, Log window closings, command executions, image window openings, closings and updates, and ROI changes.