net.sourceforge.jaulp.designpattern.observer.ifaces
Interface Observer<T>

All Known Implementing Classes:
AbstractObserver

public interface Observer<T>

The Interface Observer.


Method Summary
 void update(T t)
          Update.
 

Method Detail

update

void update(T t)
Update.

Parameters:
t - the t


Copyright © 2010. All Rights Reserved.