Uses of Interface
com.sap.conn.jco.server.JCoServerExceptionListener

Packages that use JCoServerExceptionListener
com.sap.conn.jco.server Contains the interfaces and factories for server functionality. 
 

Uses of JCoServerExceptionListener in com.sap.conn.jco.server
 

Methods in com.sap.conn.jco.server with parameters of type JCoServerExceptionListener
 void JCoServer.addServerExceptionListener(JCoServerExceptionListener 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.
 void JCoServer.removeServerExceptionListener(JCoServerExceptionListener 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.
 



Copyright © 2008-2014 SAP AG. All Rights Reserved.