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

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

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

Methods in com.sap.conn.jco.server with parameters of type JCoServerErrorListener
 void JCoServer.addServerErrorListener(JCoServerErrorListener 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.
 void JCoServer.removeServerErrorListener(JCoServerErrorListener 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.
 



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