|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
java.util.EventObject
oracle.ide.runner.DebuggerEvent
public class DebuggerEvent
An event that indicates that a debugger has changed its state.
Debugger events are provided for notification purposes ONLY; The debugger will automatically handle debugger events internally so that the debugger works properly regardless of whether a program is receiving these events or not. This event is generated by a debugger when it is starting, stopping, resuming, or finished. The event is passed to every DebuggerListener object that registered to receive such events using the Debugger's addDebuggerListener method. Each such listener object gets this DebuggerEvent when a debugger event occurs.
DebuggerAdapter, DebuggerListener, Serialized Form| Field Summary | |
|---|---|
static int |
DEBUGGER_FINISHEDThe debugger finished event. |
static int |
DEBUGGER_RESUMINGThe debugger resuming event. |
static int |
DEBUGGER_STARTINGThe debugger starting event. |
static int |
DEBUGGER_STOPPINGThe debugger stopping event. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
DebuggerEvent(java.lang.Object source, int eventType) |
|
| Method Summary | |
|---|---|
int |
getEventType()Returns the event type. |
java.lang.String |
toString() |
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int DEBUGGER_STARTING
public static final int DEBUGGER_STOPPING
public static final int DEBUGGER_RESUMING
public static final int DEBUGGER_FINISHED
| Constructor Detail |
|---|
public DebuggerEvent(java.lang.Object source,
int eventType)
| Method Detail |
|---|
public int getEventType()
public java.lang.String toString()
toString in class java.util.EventObject
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||