Uses of Interface
org.eclipse.actf.mediator.IMediatorEventListener

Packages that use IMediatorEventListener
org.eclipse.actf.mediator This package contains Mediator that manages components and dataflows in the ACTF by collaborating with the Eclipse framework. 
org.eclipse.actf.visualization.ui This package includes interfaces and base implementations for ACTF Visualization views. 
 

Uses of IMediatorEventListener in org.eclipse.actf.mediator
 

Subinterfaces of IMediatorEventListener in org.eclipse.actf.mediator
 interface IACTFReportGenerator
          The interface for report generators in ACTF.
 interface IACTFReportViewer
          The interface for report viewers in ACTF.
 

Methods in org.eclipse.actf.mediator with parameters of type IMediatorEventListener
 void Mediator.addMediatorEventListener(IMediatorEventListener listener)
          Registers the IMediatorEventListener to the Mediator.
 boolean Mediator.removeMediatorEventListener(IMediatorEventListener listener)
          Removes the IMediatorEventListener from the Mediator.
 

Uses of IMediatorEventListener in org.eclipse.actf.visualization.ui
 

Subinterfaces of IMediatorEventListener in org.eclipse.actf.visualization.ui
 interface IVisualizationView
          Interface to implement visualization views.