Interface Refreshable
-
public interface RefreshableInterface for classes which allows to be refreshed (eg. refresh rules, schedulers, and so on).- Author:
- ljucam
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrefresh()Performs a refresh.
-