Uses of Interface
com.gurock.smartinspect.protocols.ProtocolListener
-
Packages that use ProtocolListener Package Description com.gurock.smartinspect.protocols -
-
Uses of ProtocolListener in com.gurock.smartinspect.protocols
Classes in com.gurock.smartinspect.protocols that implement ProtocolListener Modifier and Type Class Description classProtocolAdapterRepresents the adapter class for the ProtocolListener event interface of the Protocol class.Methods in com.gurock.smartinspect.protocols with parameters of type ProtocolListener Modifier and Type Method Description voidProtocol. addListener(ProtocolListener listener)Adds a new listener for the events of this object.voidProtocol. removeListener(ProtocolListener listener)Removes a new listener for the events of this object.
-