public class CommandEvent
extends java.util.EventObject
Modifier and Type | Field and Description |
---|---|
static int |
CLOSE_FRAME
The event type which indicates a function returned.
|
static int |
EXCEPTION
The event type which indicates some exception has been thrown.
|
static int |
EXITED
The event type which indicates the execution was normally terminated.
|
static int |
LINE_UPDATED
The event type which indicates line number has been changed.
|
static int |
OPEN_FRAME
The event type which indicates a function is called.
|
Constructor and Description |
---|
CommandEvent(Context context,
int eventType,
java.lang.Object arg)
Constructor
|
public static final int LINE_UPDATED
public static final int EXCEPTION
public static final int EXITED
public static final int OPEN_FRAME
public static final int CLOSE_FRAME
public CommandEvent(Context context, int eventType, java.lang.Object arg)
context
- The context which creates the Command Event object.eventType
- The event type.arg
- Optional argument.