| 
            
Navigate to: Methods | Constructors | Events | Properties
| Options | Name | Purpose | |
|---|---|---|---|
| + | Publish (Object) | 
     Publishes a Message to all subscriber that are subscribed to messages
of that type  | 
|
| + | Subscribe (IMessageSubscriber, Class) | 
     Subscribes an Message handler call back to the given Message type  | 
|
| + | Unsubscribe (IMessageSubscriber, Class) | 
     Unsubscribes an Message handler call back to the given Message type  | 
| 
         
            
                Top
                
            
         
        PUBLIC Publish (Object)
 
  | 
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
        
        PUBLIC Subscribe (IMessageSubscriber, Class)
 
  | 
||||||||||||||||||||
        
        PUBLIC Unsubscribe (IMessageSubscriber, Class)
 
  | 
||||||||||||||||||||