Uses of Interface
com.sap.conn.jco.JCoTraceListener
Packages that use JCoTraceListener
Package
Description
Contains the major part of the interfaces and factories that an application for JCo is typically dealing with.
-
Uses of JCoTraceListener in com.sap.conn.jco
Methods in com.sap.conn.jco with parameters of type JCoTraceListenerModifier and TypeMethodDescriptionstatic void
JCo.addTraceListener
(JCoTraceListener listener) Adds a trace listener, that receives all trace events of JCo.static void
JCo.removeTraceListener
(JCoTraceListener listener) Removes the given trace listener from the list of JCoTraceListeners.