Uses of Interface
com.tccc.kos.commons.core.service.trouble.TroubleListener
Packages that use TroubleListener
-
Uses of TroubleListener in com.tccc.kos.commons.core.service.trouble
Classes in com.tccc.kos.commons.core.service.trouble that implement TroubleListenerModifier and TypeClassDescriptionclassSimple implementation TroubleListener which allows selective callbacks to be overridden as needed.Methods in com.tccc.kos.commons.core.service.trouble that return TroubleListenerModifier and TypeMethodDescriptionTroubleService.addListener(TroubleMatcher matcher, TroubleAware troubleAware) Add aTroubleAwareas a listener with optional matcher.Methods in com.tccc.kos.commons.core.service.trouble that return types with arguments of type TroubleListenerMethods in com.tccc.kos.commons.core.service.trouble with parameters of type TroubleListenerModifier and TypeMethodDescriptionvoidTroubleService.addListener(TroubleListener listener) Add aTroubleListenerto the listener list.voidTroubleService.removeListener(TroubleListener listener) Remove aTroubleListenerfrom the listener list.