Uses of Interface
FourMSControllerInterfaces.SubActionCompletionListenerOperations

Packages that use SubActionCompletionListenerOperations
FourMS   
FourMSControllerInterfaces   
PFIPController   
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 4MS 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 PFIPController
 

Classes in PFIPController that implement SubActionCompletionListenerOperations
 class FocusTelescopeSubaction
          A class which implements the subaction which will allow a CORBA client to focus the telescope based on the optical qualities of the filter which is currently positioned in the selected MFW filter wheel.
 class ModifyADCUpdateStatusSubaction
          The purpose of this class is to provide an instrument level subaction which can be used to enable or disable the updating of the ADC as it tracks the zenith angle of the telescope.
 class MoveADCElements
          This class implements a software controller level sequence subaction which will result in the two elements (ADI and ADO) of the ADC being set to the demanded value which is a value in degrees between 0 and 90.
 class MoveAFWSubaction
          This class implements a software controller level sequence subaction which, when initiated, will result in the autoguider filter wheel being moved and then subsequently the telescope and the autoguider focus being modified depending on the optical characteristics of the filter selected.
 class MoveMFWSubaction
          This class implements a software controller level sequence subaction which will result in the main filter wheel being moved and subsequently the telescope and autoguider focus modified depending on the optical qualities of the filter which was selected.
 class ResetAutoGuiderFocusOffset
          The purpose of this class is to provide an instrument level subaction which will reset the focus offset which has been applied to the autoguider.
 class SetAutoguiderAutoFocus
          This class provides a subaction which can be used to enable, disable or set the focus of the autoguider.
 class SetFilterOverrides
          Allows the observer to enable and disable the use of the filter overrides when we are setting the focus offset associated with the main filter wheel.
 class SetTelescopeAutoFocus
          This class provides a subaction which can be used to enable, disable or set the focus of the telescope.
 class UpdatePFIPFilterList
          This is an subaction which can be used to update the noticeboard items which hold the details of the filters which are held in the AFW and the MFW mechanism in the PFIP.
 

Uses of SubActionCompletionListenerOperations in SubActionInitiator
 

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