Uses of Interface
FourMSControllerInterfaces.SubActionCompletionListener

Packages that use SubActionCompletionListener
FourMS   
FourMSControllerInterfaces   
PFIPController   
 

Uses of SubActionCompletionListener in FourMS
 

Fields in FourMS declared as SubActionCompletionListener
protected  SubActionCompletionListener SequenceSubaction.ActionCompletionListener
          A CORBA reference to the action completion listener which can be used by a subclass in order to pass things about
protected  SubActionCompletionListener SequenceSubaction.SequenceSubActionInitiatorCB
          If specified by the CORBA client when the subaction sequence was initiated, a CORBA subaction completion object which will be informed when the sequence subaction has completed.
private  SubActionCompletionListener SubAction.SubActionInitiatorCB
          This is a reference to the last object that initiated this subaction.
 

Methods in FourMS with parameters of type SubActionCompletionListener
 boolean SequenceSubaction.startAction(java.lang.String[] subactionArgs, SubActionCompletionListener subActionInitiator)
          This method starts the subaction.
 boolean SubAction.startAction(java.lang.String[] subactionArgs, SubActionCompletionListener subActionInitiator)
          This method will be used to send a command to the 4MS controller.
 boolean UpdateOpticalComponentList.startAction(java.lang.String[] subactionArgs, SubActionCompletionListener subActionInitiator)
          This method starts the subaction, no arguments are expected in the subaction array.
 

Uses of SubActionCompletionListener in FourMSControllerInterfaces
 

Classes in FourMSControllerInterfaces that implement SubActionCompletionListener
 class _SubActionCompletionListenerStub
          FourMSControllerInterfaces/_SubActionCompletionListenerStub.java .
 

Fields in FourMSControllerInterfaces declared as SubActionCompletionListener
 SubActionCompletionListener SubActionCompletionListenerHolder.value
           
 

Methods in FourMSControllerInterfaces that return SubActionCompletionListener
 SubActionCompletionListener SubActionCompletionListenerPOA._this()
           
 SubActionCompletionListener SubActionCompletionListenerPOA._this(org.omg.CORBA.ORB orb)
           
static SubActionCompletionListener SubActionCompletionListenerHelper.extract(org.omg.CORBA.Any a)
           
static SubActionCompletionListener SubActionCompletionListenerHelper.narrow(org.omg.CORBA.Object obj)
           
static SubActionCompletionListener SubActionCompletionListenerHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

Methods in FourMSControllerInterfaces with parameters of type SubActionCompletionListener
static void SubActionCompletionListenerHelper.insert(org.omg.CORBA.Any a, SubActionCompletionListener that)
           
 boolean SubActionOperations.startAction(java.lang.String[] SubActionArgs, SubActionCompletionListener SubActionInitiatorCB)
           
 boolean SubActionPOATie.startAction(java.lang.String[] SubActionArgs, SubActionCompletionListener SubActionInitiatorCB)
           
 boolean _SubActionStub.startAction(java.lang.String[] SubActionArgs, SubActionCompletionListener SubActionInitiatorCB)
           
static void SubActionCompletionListenerHelper.write(org.omg.CORBA.portable.OutputStream ostream, SubActionCompletionListener value)
           
 

Constructors in FourMSControllerInterfaces with parameters of type SubActionCompletionListener
SubActionCompletionListenerHolder(SubActionCompletionListener initialValue)
           
 

Uses of SubActionCompletionListener in PFIPController
 

Methods in PFIPController with parameters of type SubActionCompletionListener
 boolean ModifyADCUpdateStatusSubaction.startAction(java.lang.String[] subactionArgs, SubActionCompletionListener subActionInitiator)
          This method starts the subaction, it expects a single argument which is whether or not the ADC update should be enabled or disabled.
 boolean ResetAutoGuiderFocusOffset.startAction(java.lang.String[] subactionArgs, SubActionCompletionListener subActionInitiator)
          This method starts the subaction, it expects a single argument which is whether or not the ADC update should be enabled or disabled.
 boolean SetFilterOverrides.startAction(java.lang.String[] subactionArgs, SubActionCompletionListener subActionInitiator)
          This method starts the subaction, it expects a single argument which is whether or not filter overrides should be used when specified.
 boolean UpdatePFIPFilterList.startAction(java.lang.String[] subactionArgs, SubActionCompletionListener subActionInitiator)
          This method starts the subaction, no arguments are expected in the subaction array