org.state4j.publishing
Class ObserverImpl

java.lang.Object
  extended by org.state4j.publishing.ObserverImpl
All Implemented Interfaces:
org.state4j.publishing.Observer

public class ObserverImpl
extends java.lang.Object
implements org.state4j.publishing.Observer


Constructor Summary
ObserverImpl()
           
 
Method Summary
 void addPublisher(org.state4j.publishing.Publisher arg0)
           
 void notify(org.state4j.publishing.Publishable arg0)
           
 void removePublisher(org.state4j.publishing.Publisher arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObserverImpl

public ObserverImpl()
Method Detail

notify

public void notify(org.state4j.publishing.Publishable arg0)
Specified by:
notify in interface org.state4j.publishing.Observer

addPublisher

public void addPublisher(org.state4j.publishing.Publisher arg0)
Specified by:
addPublisher in interface org.state4j.publishing.Observer

removePublisher

public void removePublisher(org.state4j.publishing.Publisher arg0)
Specified by:
removePublisher in interface org.state4j.publishing.Observer


Copyright © 2006 . All Rights Reserved.