org.state4j.publishing
Class PublisherImpl

java.lang.Object
  extended by org.state4j.publishing.PublisherImpl
All Implemented Interfaces:
org.state4j.publishing.Publisher

public class PublisherImpl
extends java.lang.Object
implements org.state4j.publishing.Publisher


Constructor Summary
PublisherImpl()
           
 
Method Summary
 void attach(java.util.List<org.state4j.publishing.Observer> arg0)
           
 void attach(org.state4j.publishing.Observer arg0)
           
 void detach(org.state4j.publishing.Observer arg0)
           
 void publish(org.state4j.publishing.Publishable arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PublisherImpl

public PublisherImpl()
Method Detail

attach

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

attach

public void attach(java.util.List<org.state4j.publishing.Observer> arg0)
Specified by:
attach in interface org.state4j.publishing.Publisher

detach

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

publish

public void publish(org.state4j.publishing.Publishable arg0)
Specified by:
publish in interface org.state4j.publishing.Publisher


Copyright © 2006 . All Rights Reserved.