org.state4j.publishing
Interface Observer


public interface Observer


Method Summary
 void addPublisher(Publisher publisher)
           
 void notify(Publishable evt)
           
 void removePublisher(Publisher publisher)
           
 

Method Detail

notify

void notify(Publishable evt)
            throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException

addPublisher

void addPublisher(Publisher publisher)

removePublisher

void removePublisher(Publisher publisher)


Copyright © 2006 . All Rights Reserved.