freemarker.template
Interface Updatable

All Known Implementing Classes:
FileTemplateCache

public abstract interface Updatable

An interface for objects that need to be reminded to update themselves from time to time.


Method Summary
 void update()
           
 

Method Detail

update

public void update()