public interface PluginEventManager
void register(Object listener)
listener - The listener instance. Cannot be null.void unregister(Object listener)
listener - The listener. Cannot be null.void broadcast(Object event) throws NotificationException
event - The event object. Cannot be null.NotificationException - If an exception is thrown by one of the Event Listeners.Copyright © 2014 Atlassian. All rights reserved.