org.eclipse.ptp.debug.core.event
Class PDebugEvent
java.lang.Object
java.util.EventObject
org.eclipse.ptp.debug.core.event.PDebugEvent
- All Implemented Interfaces:
- java.io.Serializable, IPDebugEvent
public final class PDebugEvent
- extends java.util.EventObject
- implements IPDebugEvent
- See Also:
- Serialized Form
| Fields inherited from class java.util.EventObject |
source |
| Fields inherited from interface org.eclipse.ptp.debug.core.event.IPDebugEvent |
BREAKPOINT, CHANGE, CLIENT_REQUEST, CONTENT, CREATE, DEBUGGER, ERR_FATAL, ERR_NORMAL, ERR_WARNING, ERROR, EVALUATION, EVALUATION_IMPLICIT, PROCESS_SPECIFIC, REGISTER, RESUME, STATE, STEP_END, STEP_INTO, STEP_OVER, STEP_RETURN, SUSPEND, TERMINATE, UNSPECIFIED |
| 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 |
PDebugEvent
public PDebugEvent(java.lang.Object eventSource,
int kind,
int detail,
IPDebugInfo info)
getKind
public int getKind()
- Specified by:
getKind in interface IPDebugEvent
- Returns:
getDetail
public int getDetail()
- Specified by:
getDetail in interface IPDebugEvent
- Returns:
getInfo
public IPDebugInfo getInfo()
- Specified by:
getInfo in interface IPDebugEvent
- Returns:
isStepStart
public boolean isStepStart()
- Specified by:
isStepStart in interface IPDebugEvent
- Returns:
isEvaluation
public boolean isEvaluation()
- Specified by:
isEvaluation in interface IPDebugEvent
- Returns:
toString
public java.lang.String toString()
- Overrides:
toString in class java.util.EventObject
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.