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

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

Methods in com.sap.mw.jco with parameters of type JCO.ServerErrorListener
static void JCO.addServerErrorListener(JCO.ServerErrorListener listener)
          Adds an error 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.removeServerErrorListener(JCO.ServerErrorListener listener)
          Removes an error 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.