Interface JCoConnectionEventListener
-
- All Superinterfaces:
ConnectionEventListener
- All Known Implementing Classes:
JCoListenerSTFC_CONNECTION
public interface JCoConnectionEventListener extends ConnectionEventListener
This interface should be implemented by a class which wants to be notified about JCo Calls to the SAP system.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconnectionEvent(JCoConnectionEvent event)Method is called when a connection event occurs.
-
-
-
Method Detail
-
connectionEvent
void connectionEvent(JCoConnectionEvent event)
Method is called when a connection event occurs.- Parameters:
event- Event
-
-