Uses of Class
com.gurock.smartinspect.ErrorEvent
-
Packages that use ErrorEvent Package Description com.gurock.smartinspect com.gurock.smartinspect.protocols -
-
Uses of ErrorEvent in com.gurock.smartinspect
Methods in com.gurock.smartinspect with parameters of type ErrorEvent Modifier and Type Method Description voidSmartInspectAdapter. onError(ErrorEvent e)Provides an empty default implementation for the error event of the implemented SmartInspectListener event interface.voidSmartInspectListener. onError(ErrorEvent e)This event is fired after an error occurred. -
Uses of ErrorEvent in com.gurock.smartinspect.protocols
Methods in com.gurock.smartinspect.protocols with parameters of type ErrorEvent Modifier and Type Method Description voidProtocolAdapter. onError(ErrorEvent e)Provides an empty default implementation for the error event of the implemented ProtocolListener event interface.voidProtocolListener. onError(ErrorEvent e)This event is fired after an error occurred when operating in asynchronous mode.
-