abstract class
   Pulsar::BaseEvent
 
  - Pulsar::BaseEvent
- Reference
- Object
Direct Known Subclasses
Defined in:
pulsar/base_event.crClass Method Summary
- 
        .clear_subscribers
        
          Clears any existing subscribers 
Instance Method Summary
- 
        #name
        
          Returns the name of the event. 
Class Method Detail
Instance Method Detail
        
        def name
        #
      
      
        Returns the name of the event.
The event name is the name of the class. So an class of MyShard::MyEvent would
return "MyShard::MyEvent".