net.metanotion.util.observers
Interface ObserverFactory<I>


public interface ObserverFactory<I>


Method Summary
 Observer create(java.lang.Object channel, I initial)
           
 

Method Detail

create

Observer create(java.lang.Object channel,
                I initial)
Parameters:
channel - Channel that this observer will be listening on.
intial - Any initial state this observer will need.