Package net.solarnetwork.event
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
-
Method Details
-
postEvent
Asynchronously publish an application event.- Parameters:
event- the event to publish
-