public interface Reloadable
If invocations of isReloadable() return false then calls to reload() should be no-ops.
| Modifier and Type | Method and Description | 
|---|---|
| boolean | isReloadable()Indicates whether or not this Reloadable currently supports being reloaded. | 
| boolean | isReloadNeeded() | 
| void | reload()Reloads the Reloadable. | 
boolean isReloadable()
boolean isReloadNeeded()
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.