PTP
Release 7.0

Uses of Interface
org.eclipse.ptp.debug.core.pdi.model.IPDITracepoint.IAction

Packages that use IPDITracepoint.IAction
org.eclipse.ptp.debug.core.pdi.model   
 

Uses of IPDITracepoint.IAction in org.eclipse.ptp.debug.core.pdi.model
 

Methods in org.eclipse.ptp.debug.core.pdi.model that return IPDITracepoint.IAction
 IPDITracepoint.IAction[] IPDITracepoint.getActions()
          Returns the actions assigned to this tracepoint.
 

Methods in org.eclipse.ptp.debug.core.pdi.model with parameters of type IPDITracepoint.IAction
 void IPDITracepoint.addActions(IPDITracepoint.IAction[] actions)
          Adds the given actions to the action list of this tracepoint.
 void IPDITracepoint.removeActions(IPDITracepoint.IAction[] actions)
          Removes the given actions from the action list of this tracepoint.
 


PTP
Release 7.0

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