public class VisBioEvent extends EventObject
| Modifier and Type | Field and Description |
|---|---|
static int |
LOGIC_ADDED
Indicates a new logic manager has been integrated into VisBio.
|
static int |
STATE_CHANGED
Indicates the state of one of VisBio's logic managers has changed.
|
source| Constructor and Description |
|---|
VisBioEvent(Object source,
int eventType,
String message,
boolean undoable)
Constructs a VisBio event.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getEventType()
Gets the type of this event.
|
String |
getMessage()
Gets the message for this event.
|
boolean |
isUndoable()
Gets whether the event is undoable.
|
String |
toString()
Gets a string representation of this event.
|
getSourcepublic static final int LOGIC_ADDED
public static final int STATE_CHANGED
public int getEventType()
public String getMessage()
public boolean isUndoable()
public String toString()
toString in class EventObjectCopyright © 2015–2022 SciJava. All rights reserved.