PTP
Release 7.0

org.eclipse.ptp.debug.core.pdi.event
Interface IPDIEvent

All Superinterfaces:
IPDISessionObject, IPDISet
All Known Subinterfaces:
IPDIChangedEvent, IPDIConnectedEvent, IPDICreatedEvent, IPDIDestroyedEvent, IPDIDisconnectedEvent, IPDIErrorEvent, IPDIOutputEvent, IPDIRestartedEvent, IPDIResumedEvent, IPDIStartedEvent, IPDISuspendedEvent

public interface IPDIEvent
extends IPDISessionObject

IPDIEvent is the common super interface for all events.


Method Summary
 boolean contains(TaskSet tasks)
          Checks whether this event contains the given tasks
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISessionObject
getSession
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISet
getTasks
 

Method Detail

contains

boolean contains(TaskSet tasks)
Checks whether this event contains the given tasks

Parameters:
tasks - Tasks
Returns:
true if this event contains the given tasks
Since:
4.0

PTP
Release 7.0

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