Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javatools.util
Interface Resetable  view Resetable download Resetable.java

All Known Implementing Classes:
Props

public interface Resetable

Any object that can be "Reseted" implements this. The meaning of "reset" is rather ill-defined, but usually means to bring itself back to a starting state, to clear its caches and/or to re-read configuration files.

Version:
0.7

Method Summary
 void reset()
          Resets an object.
 

Method Detail

reset

public void reset()
           throws ResetException
Resets an object.