Uses of Interface
FourMSControllerInterfaces.SubActionCompletionListenerOperations

Packages that use SubActionCompletionListenerOperations
FourMS   
FourMSControllerInterfaces   
ISISController   
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 held in a specified instrument controller system.
 

Uses of SubActionCompletionListenerOperations in FourMSControllerInterfaces
 

Subinterfaces of SubActionCompletionListenerOperations in FourMSControllerInterfaces
 interface SubActionCompletionListener
          FourMSControllerInterfaces/SubActionCompletionListener.java .
 

Classes in FourMSControllerInterfaces that implement SubActionCompletionListenerOperations
 class _SubActionCompletionListenerStub
          FourMSControllerInterfaces/_SubActionCompletionListenerStub.java .
 class SubActionCompletionListenerImpl
          This is a CORBA object which will be called when a subaction completes for whatever reason.
 class SubActionCompletionListenerPOA
          FourMSControllerInterfaces/SubActionCompletionListenerPOA.java .
 class SubActionCompletionListenerPOATie
          FourMSControllerInterfaces/SubActionCompletionListenerPOATie.java .
 

Fields in FourMSControllerInterfaces declared as SubActionCompletionListenerOperations
private  SubActionCompletionListenerOperations SubActionCompletionListenerPOATie._impl
           
(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 ISISController
 

Classes in ISISController that implement SubActionCompletionListenerOperations
 class ControlSlitDoor
          This class implements a software controller level sequence subaction which will result in the positioning of the slit door mechanism to either it's locked or unlocked position.
 class SetCentralWavelengthAction
          This class implements a software controller level sequence subaction which will result in the position of either the red or blue grating being set according to a central wavelength which is specified by the user.
 class SetCurrentGrating
          This class implements a software controller level sequence subaction which will result in the name of the current grating for the specified arm being updated in the system.
 class SetSlitWidthArcsecs
          This class implements a software controller level sequence subaction which will result the setting of the slit width mechanism so that it corresponds to the length specific in arcsecs by the user
 class UpdateCurrentDichroic
          This class implements a software controller level sequence subaction which permits a client to be able to set the name of the dichroic which is inserted into the blue fold.
 class UpdateGratingOffset
          This class implements a software controller level sequence subaction which permits a client to be able to set the grating offset which is associated with both the red and blue grating mechanisms.
 class UpdateGratingOrder
          This class implements a software controller level sequence subaction which permits a client to be able to set the grating order which is associated with both the red and blue grating mechanisms.
 

Uses of SubActionCompletionListenerOperations in SubActionInitiator
 

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