public interface ReloadingControllerSupport
Definition of an interface to be implemented by components which support
reloading operations managed by a ReloadingController
.
Classes implementing this interface have to provide access to a
ReloadingController
instance. This object can then be used to trigger
reloading checks.
Modifier and Type | Method and Description |
---|---|
ReloadingController |
getReloadingController()
Returns the
ReloadingController associated with this object. |
ReloadingController getReloadingController()
ReloadingController
associated with this object.ReloadingController
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.