|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--net.sf.bloof.script.events.ScriptEvent
Event type for Browser Events that happen during interaction or occur
| Field Summary | |
static ScriptEvent |
ERROR
|
static ScriptEvent |
EXIT
|
static ScriptEvent |
MESSAGE
|
static ScriptEvent |
METRIC_SELECTED
|
static ScriptEvent |
NEW_DATABASE
|
static ScriptEvent |
NEW_FILTER_ADDED
|
static ScriptEvent |
NEW_METRIC_RUN
|
static java.lang.String |
PARAM_OBJECT
|
static ScriptEvent |
PROGRESS
|
static ScriptEvent |
PROJECT_CHANGED
|
static ScriptEvent |
PROJECT_CLOSED
|
static ScriptEvent |
REMOVE_FILTER
|
static ScriptEvent |
RESULT_REMOVED
|
static ScriptEvent |
SHOW_STATUS_TEXT
|
static int |
TYPE_ERROR
|
static int |
TYPE_EXIT
|
static int |
TYPE_MESSAGE
|
static int |
TYPE_METRIC_SELECTED
|
static int |
TYPE_NEW_DATABASE
|
static int |
TYPE_NEW_FILTER_ADDED
|
static int |
TYPE_NEW_METRIC_RUN
|
static int |
TYPE_PROGRESS
|
static int |
TYPE_PROJECT_CHANGED
|
static int |
TYPE_PROJECT_CLOSED
|
static int |
TYPE_REMOVE_FILTER
|
static int |
TYPE_RESULT_REMOVED
|
static int |
TYPE_SHOW_STATUS_TEXT
|
| Constructor Summary | |
ScriptEvent(ScriptEvent aBrowserEventType,
java.util.HashMap aParams)
Default constructor for a Browser Event |
|
ScriptEvent(ScriptEvent aBrowserEventType,
java.lang.Object aKey,
java.lang.Object aValue)
Shortcut constructor for a Browser Event that only has a singe Object as parameter |
|
| Method Summary | |
int |
getEventType()
Returns the type of the Event |
java.util.HashMap |
getParams()
Returns the parameters of this Event |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int TYPE_PROGRESS
public static final int TYPE_PROJECT_CHANGED
public static final int TYPE_PROJECT_CLOSED
public static final int TYPE_NEW_METRIC_RUN
public static final int TYPE_METRIC_SELECTED
public static final int TYPE_NEW_FILTER_ADDED
public static final int TYPE_REMOVE_FILTER
public static final int TYPE_RESULT_REMOVED
public static final int TYPE_SHOW_STATUS_TEXT
public static final int TYPE_NEW_DATABASE
public static final int TYPE_ERROR
public static final int TYPE_EXIT
public static final int TYPE_MESSAGE
public static final ScriptEvent PROGRESS
public static final ScriptEvent PROJECT_CLOSED
public static final ScriptEvent PROJECT_CHANGED
public static final ScriptEvent NEW_METRIC_RUN
public static final ScriptEvent NEW_FILTER_ADDED
public static final ScriptEvent METRIC_SELECTED
public static final ScriptEvent RESULT_REMOVED
public static final ScriptEvent SHOW_STATUS_TEXT
public static final ScriptEvent NEW_DATABASE
public static final ScriptEvent REMOVE_FILTER
public static final ScriptEvent ERROR
public static final ScriptEvent EXIT
public static final ScriptEvent MESSAGE
public static final java.lang.String PARAM_OBJECT
| Constructor Detail |
public ScriptEvent(ScriptEvent aBrowserEventType,
java.util.HashMap aParams)
aBrowserEventType - Type of the EventaParams - Parameters for the Event
public ScriptEvent(ScriptEvent aBrowserEventType,
java.lang.Object aKey,
java.lang.Object aValue)
aBrowserEventType - Type of the EventaKey - PARAM_-Type of the parameteraValue - Value of the parameter| Method Detail |
public int getEventType()
public java.util.HashMap getParams()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||