Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/IJEventListener.html
Дата изменения: Thu Dec 2 23:03:10 2010
Дата индексирования: Mon Oct 1 21:28:33 2012
Кодировка:

Поисковые слова: рер р р р р р р р р р р р р р
IJEventListener (ImageJ API)

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.


Field Summary
static int BACKGROUND_COLOR_CHANGED
           
static int COLOR_PICKER_CLOSED
           
static int FOREGROUND_COLOR_CHANGED
           
static int LOG_WINDOW_CLOSED
           
static int TOOL_CHANGED
           
 
Method Summary
 void eventOccurred(int eventID)
           
 

Field Detail

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
Method Detail

eventOccurred

void eventOccurred(int eventID)