Uses of Interface
com.gurock.smartinspect.SmartInspectListener
-
Packages that use SmartInspectListener Package Description com.gurock.smartinspect -
-
Uses of SmartInspectListener in com.gurock.smartinspect
Classes in com.gurock.smartinspect that implement SmartInspectListener Modifier and Type Class Description classSmartInspectAdapterRepresents the adapter class for the SmartInspectListener event interface of the SmartInspect class.Methods in com.gurock.smartinspect with parameters of type SmartInspectListener Modifier and Type Method Description voidSmartInspect. addListener(SmartInspectListener listener)Adds a new listener for the events of this object.voidSmartInspect. removeListener(SmartInspectListener listener)Removes an existing listener for the events of this object.
-