Uses of Interface
FourMSControllerInterfaces.SubActionCompletionListenerOperations

Packages that use SubActionCompletionListenerOperations
FourMS   
FourMSControllerInterfaces   
SubActionInitiator   
 

Uses of SubActionCompletionListenerOperations in FourMS
 

Classes in FourMS that implement SubActionCompletionListenerOperations
 class SequenceSubaction
          This is a base class which will be used by the instrument controller tasks to create compound high level, sequence actions.
 class UpdateOpticalComponentList
          This is an subaction which can be used to update the noticeboard items which hold the details of the optical components for each of the mechanisms which can hold optical components which are located in a specified instrument controller system.
 

Uses of SubActionCompletionListenerOperations in FourMSControllerInterfaces
 

Subinterfaces of SubActionCompletionListenerOperations in FourMSControllerInterfaces
 interface SubActionCompletionListener
          Generated from IDL interface "SubActionCompletionListener"
 

Classes in FourMSControllerInterfaces that implement SubActionCompletionListenerOperations
 class _SubActionCompletionListenerStub
          Generated from IDL interface "SubActionCompletionListener"
 class SubActionCompletionListenerImpl
          This is a CORBA object which will be called when a subaction completes for whatever reason.
 class SubActionCompletionListenerPOA
          Generated from IDL interface "SubActionCompletionListener"
 class SubActionCompletionListenerPOATie
          Generated from IDL interface "SubActionCompletionListener"
 

Fields in FourMSControllerInterfaces declared as SubActionCompletionListenerOperations
private  SubActionCompletionListenerOperations SubActionCompletionListenerPOATie._delegate
           
(package private)  SubActionCompletionListenerOperations SubActionCompletionListenerImpl.SubactionResultListener
          This object will be informed when there is a change in the final state of the subaction
 

Methods in FourMSControllerInterfaces that return SubActionCompletionListenerOperations
 SubActionCompletionListenerOperations SubActionCompletionListenerPOATie._delegate()
           
 

Methods in FourMSControllerInterfaces with parameters of type SubActionCompletionListenerOperations
 void SubActionCompletionListenerPOATie._delegate(SubActionCompletionListenerOperations delegate)
           
 

Constructors in FourMSControllerInterfaces with parameters of type SubActionCompletionListenerOperations
SubActionCompletionListenerImpl(SubActionCompletionListenerOperations SubactionResultListener, MessageHandler SyslogMessageHandler)
           
SubActionCompletionListenerPOATie(SubActionCompletionListenerOperations delegate)
           
SubActionCompletionListenerPOATie(SubActionCompletionListenerOperations delegate, org.omg.PortableServer.POA poa)
           
 

Uses of SubActionCompletionListenerOperations in SubActionInitiator
 

Classes in SubActionInitiator that implement SubActionCompletionListenerOperations
(package private)  class SubActionInitiator