Uses of Interface
com.swiftmq.net.protocol.OutputListener
-
Packages that use OutputListener Package Description com.swiftmq.net.client com.swiftmq.net.protocol -
-
Uses of OutputListener in com.swiftmq.net.client
Classes in com.swiftmq.net.client that implement OutputListener Modifier and Type Class Description classBlockingConnection -
Uses of OutputListener in com.swiftmq.net.protocol
Methods in com.swiftmq.net.protocol with parameters of type OutputListener Modifier and Type Method Description voidProtocolOutputHandler. setOutputListener(OutputListener listener)Set the OutputListener.
-