Uses of Interface
org.eclipse.nebula.visualization.xygraph.figures.ITraceListener
-
Packages that use ITraceListener Package Description org.eclipse.nebula.visualization.xygraph.figures -
-
Uses of ITraceListener in org.eclipse.nebula.visualization.xygraph.figures
Fields in org.eclipse.nebula.visualization.xygraph.figures with type parameters of type ITraceListener Modifier and Type Field Description private java.util.List<ITraceListener>
Trace. listeners
List of trace listenersMethods in org.eclipse.nebula.visualization.xygraph.figures with parameters of type ITraceListener Modifier and Type Method Description void
Trace. addListener(ITraceListener listener)
boolean
Trace. removeListener(ITraceListener listener)
-