Uses of Interface
ix.icore.process.event.ProcessStatusListener

Packages that use ProcessStatusListener
ix.icore.process Classes for representing processes. 
ix.ip2 I-X Process Panels 
ix.iplan The I-X planner. 
ix.test Simple applications for testing purposes. 
 

Uses of ProcessStatusListener in ix.icore.process
 

Methods in ix.icore.process with parameters of type ProcessStatusListener
 void ProcessModelManager.addProcessStatusListener(ProcessStatusListener listener)
           
 void AbstractPMM.addProcessStatusListener(ProcessStatusListener listener)
           
 

Uses of ProcessStatusListener in ix.ip2
 

Subinterfaces of ProcessStatusListener in ix.ip2
 interface StateViewer
           
 

Classes in ix.ip2 that implement ProcessStatusListener
 class ActivityAgenda
          An agenda of activities
 class Agenda
          A collection of things to do.
 class IssueAgenda
          An agenda of issues
(package private)  class IVarTool.ComboListener
           
(package private)  class NullStateViewer
          An implementation of StateViewer that does nothing.
 class ObjectWhiteboard
           
 class StateViewTable
           
protected  class SyncStateClient.ProcessListener
           
protected  class SyncStateServer.ProcessListener
           
 

Uses of ProcessStatusListener in ix.iplan
 

Classes in ix.iplan that implement ProcessStatusListener
 class CombinedPlanChangeListener
          Listens for changes in a process panel's current plan.
 

Uses of ProcessStatusListener in ix.test
 

Classes in ix.test that implement ProcessStatusListener
(package private)  class StateExportExtension.StateExporter