PTP
Release 5.0

org.eclipse.ptp.debug.core.event
Class PDebugEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.eclipse.ptp.debug.core.event.PDebugEvent
All Implemented Interfaces:
Serializable, IPDebugEvent

public final class PDebugEvent
extends EventObject
implements IPDebugEvent

See Also:
Serialized Form

Field Summary
 
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
 
Constructor Summary
PDebugEvent(Object eventSource, int kind, int detail, IPDebugInfo info)
           
 
Method Summary
 int getDetail()
           
 IPDebugInfo getInfo()
           
 int getKind()
           
 boolean isEvaluation()
           
 boolean isStepStart()
           
 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
 
Methods inherited from interface org.eclipse.ptp.debug.core.event.IPDebugEvent
getSource
 

Constructor Detail

PDebugEvent

public PDebugEvent(Object eventSource,
                   int kind,
                   int detail,
                   IPDebugInfo info)
Method Detail

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

PTP
Release 5.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.