Interface IRefreshable
-
- All Superinterfaces:
org.apache.wicket.util.io.IClusterable
,Serializable
- All Known Implementing Classes:
AbstractCmsEditor
,BrowseService
public interface IRefreshable extends org.apache.wicket.util.io.IClusterable
This interface defines the contract for a service that can update its internal state. To participate in the default refresh strategy, part of each (ajax) update of a page, register the service at classname of this interface, IRefreshable.class.getName().
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
refresh()
-