Uses of Interface
com.sap.mw.jco.JCO.ServerStateChangedListener

Uses of JCO.ServerStateChangedListener in com.sap.mw.jco
 

Methods in com.sap.mw.jco with parameters of type JCO.ServerStateChangedListener
static void JCO.addServerStateChangedListener(JCO.ServerStateChangedListener listener)
          Adds a state changed listener to the list of listeners.
If a listener is removed from the list of listeners during firing of an event, it will be notified about the last event.
static void JCO.removeServerStateChangedListener(JCO.ServerStateChangedListener listener)
          Removes a state changed listener from the list of listeners.
If a listener is removed from the list of listeners during firing of an event, it will be notified about the last event.