Uses of Interface
org.forgerock.am.cts.continuous.watching.ContinuousListener
-
Packages that use ContinuousListener Package Description org.forgerock.am.cts.continuous.watching -
-
Uses of ContinuousListener in org.forgerock.am.cts.continuous.watching
Classes in org.forgerock.am.cts.continuous.watching with type parameters of type ContinuousListener Modifier and Type Interface Description interface
ContinuousWatcher<T extends ContinuousListener>
Interface by which all ContinuousWatchers ensure similar operation.Methods in org.forgerock.am.cts.continuous.watching with parameters of type ContinuousListener Modifier and Type Method Description Set<ContinuousWatcher>
ContinuousWatcherDirectory. getWatchersForListener(ContinuousListener listener)
Look up a specificContinuousListener
'sContinuousWatcher
s.void
ContinuousWatcherDirectory. registerListener(ContinuousListener listener)
Register a ContinuousListener to its associated watchers.
-