Observable ========== .. java:package:: org.caosdb.server.utils :noindex: .. java:type:: public interface Observable Methods ------- acceptObserver ^^^^^^^^^^^^^^ .. java:method:: public boolean acceptObserver(Observer o) :outertype: Observable notifyObservers ^^^^^^^^^^^^^^^ .. java:method:: public void notifyObservers(String e) :outertype: Observable