org.eclipse.ptp.debug.core.event
Class PDebugEvent
java.lang.Object
java.util.EventObject
org.eclipse.ptp.debug.core.event.PDebugEvent
- All Implemented Interfaces:
- Serializable, IPDebugEvent
public final class PDebugEvent
- extends EventObject
- implements IPDebugEvent
- See Also:
- Serialized Form
| 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 |
PDebugEvent
public PDebugEvent(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 String toString()
- Overrides:
toString in class EventObject
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.