|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |