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

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

Methods in com.sap.mw.jco with parameters of type JCO.ServerExceptionListener
static void JCO.addServerExceptionListener(JCO.ServerExceptionListener listener)
          Adds an exception listener to the list of listeners.
If a listener is added as listener during firing of an event, it wont be notified about the last event.
static void JCO.removeServerExceptionListener(JCO.ServerExceptionListener listener)
          Removes an exception 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.