public class NoOpEventPublisher extends Object implements com.atlassian.event.api.EventPublisher
Constructor and Description |
---|
NoOpEventPublisher() |
Modifier and Type | Method and Description |
---|---|
void |
publish(Object event) |
void |
register(Object listener) |
void |
unregister(Object listener) |
void |
unregisterAll() |
public void publish(Object event)
publish
in interface com.atlassian.event.api.EventPublisher
public void register(Object listener)
register
in interface com.atlassian.event.api.EventListenerRegistrar
public void unregister(Object listener)
unregister
in interface com.atlassian.event.api.EventListenerRegistrar
public void unregisterAll()
unregisterAll
in interface com.atlassian.event.api.EventListenerRegistrar
Copyright © 2003–2019 Atlassian. All rights reserved.