com.funambol.util
Interface Observer


public interface Observer

the watcher of a watchable.

This interface implements a single method update that should be called by the watchable each time his state changes


Method Summary
 void update(java.lang.Object o)
           
 

Method Detail

update

void update(java.lang.Object o)


Copyright © 2001-2009 Funambol.