Interface Refreshable


public interface Refreshable
This is the interface for objects you want to refresh themselves from the cache.
Version:
$Id$
Author:
Nissim Karpenstein
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Refreshes the object.
  • Method Details

    • refresh

      void refresh()
      Refreshes the object.