Package com.onenetwork.platform.common.event

Provides a simple pub/sub mechanism, allowing Modules to collaborate in a synchronous, loosely-coupled fashion.
  • Interface Summary 
    Interface Description
    PlatformEventListener
    Listener interface executed when an event is fired.
    PlatformEventService
    Service for publishing events and subscribing to events.
  • Class Summary 
    Class Description
    PlatformEvent
    Simple event which is published/subscribed through PlatformEventService.