Uses of Interface
com.tccc.kos.commons.core.service.trouble.TroubleAware
Packages that use TroubleAware
-
Uses of TroubleAware in com.tccc.kos.commons.core.service.trouble
Subinterfaces of TroubleAware in com.tccc.kos.commons.core.service.troubleModifier and TypeInterfaceDescriptioninterfaceInterface to listen to trouble events.Classes in com.tccc.kos.commons.core.service.trouble that implement TroubleAwareModifier and TypeClassDescriptionclassAdapter class for TroubleAware.classSimple implementation TroubleListener which allows selective callbacks to be overridden as needed.Methods in com.tccc.kos.commons.core.service.trouble with parameters of type TroubleAwareModifier and TypeMethodDescriptionTroubleService.addListener(TroubleMatcher matcher, TroubleAware troubleAware) Add aTroubleAwareas a listener with optional matcher.