Uses of Interface
org.bounce.message.Publisher

Packages that use Publisher
org.bounce.message   
 

Uses of Publisher in org.bounce.message
 

Classes in org.bounce.message that implement Publisher
 class DefaultPublisher
          A default implmenentation of a publisher, used by the distributor to have one publisher for the Message class.
 

Methods in org.bounce.message that return Publisher
 Publisher Distributor.getPublisher(Class topic)
          Gets a publisher for a specific topic from the controller.
 

Methods in org.bounce.message with parameters of type Publisher
 void Distributor.setPublisher(Class topic, Publisher publisher)
          Sets a publisher for a specific topic to the controller.
 



Copyright © 2002-2011 Edwin Dankert. All Rights Reserved.