Uses of Interface
FourMSControllerInterfaces.SubActionCompletionListener

Packages that use SubActionCompletionListener
FourMS   
FourMSControllerInterfaces   
 

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
          Generated from IDL interface "SubActionCompletionListener"
 

Fields in FourMSControllerInterfaces declared as SubActionCompletionListener
 SubActionCompletionListener SubActionCompletionListenerHolder.value
           
 

Methods in FourMSControllerInterfaces that return SubActionCompletionListener
 SubActionCompletionListener SubActionCompletionListenerPOA._this()
           
 SubActionCompletionListener SubActionCompletionListenerPOATie._this()
           
 SubActionCompletionListener SubActionCompletionListenerPOA._this(org.omg.CORBA.ORB orb)
           
 SubActionCompletionListener SubActionCompletionListenerPOATie._this(org.omg.CORBA.ORB orb)
           
static SubActionCompletionListener SubActionCompletionListenerHelper.extract(org.omg.CORBA.Any any)
           
static SubActionCompletionListener SubActionCompletionListenerHelper.narrow(java.lang.Object obj)
           
static SubActionCompletionListener SubActionCompletionListenerHelper.narrow(org.omg.CORBA.Object obj)
           
static SubActionCompletionListener SubActionCompletionListenerHelper.read(org.omg.CORBA.portable.InputStream in)
           
static SubActionCompletionListener SubActionCompletionListenerHelper.unchecked_narrow(org.omg.CORBA.Object obj)
           
 

Methods in FourMSControllerInterfaces with parameters of type SubActionCompletionListener
static void SubActionCompletionListenerHelper.insert(org.omg.CORBA.Any any, SubActionCompletionListener s)
           
 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 _out, SubActionCompletionListener s)
           
 

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