com.sap.mw.jco
Interface JCO.ServerErrorListener
- Enclosing interface:
- JCO
- public static interface JCO.ServerErrorListener
JCO server error listener interface.
An application implements this interface if it wants
to get informed about the error occurring in the server(s).
serverErrorOccurred
public void serverErrorOccurred(JCO.Server server,
Error error)
- Called when an server exception occured.
If a listener is added as listener
during firing of an event, it wont be notified about the last event.
If a listener is removed from the list of listeners
during firing of an event, it will be notified about the last event.
- Parameters:
server - the server in which the error occurrederror - the error that has happened
Copyright 2006 SAP AG Complete Copyright Notice