View Javadoc
1   package org.woehlke.computer.kurzweil.commons;
2   
3   public interface Updateable {
4   
5       void update();
6   }