Interface AppEventPublisher

All Known Implementing Classes:
SimpleAppEventManager

public interface AppEventPublisher
API for publishing application events.

This has been modeled after the org.osgi.service.event.EventAdmin service to help working in non-OSGi environments.

Since:
2.0
Version:
1.0
Author:
matt
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Asynchronously publish an application event.
  • Method Details

    • postEvent

      void postEvent(AppEvent event)
      Asynchronously publish an application event.
      Parameters:
      event - the event to publish