com.atlassian.bamboo.mock.event
Class MockEventPublisher
java.lang.Object
com.atlassian.bamboo.mock.event.MockEventPublisher
- All Implemented Interfaces:
- com.atlassian.event.api.EventPublisher
public class MockEventPublisher
- extends java.lang.Object
- implements com.atlassian.event.api.EventPublisher
- Author:
- Krystian Brazulewicz
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MockEventPublisher
public MockEventPublisher()
publish
public void publish(java.lang.Object o)
- Specified by:
publish
in interface com.atlassian.event.api.EventPublisher
register
public void register(java.lang.Object o)
- Specified by:
register
in interface com.atlassian.event.api.EventPublisher
unregister
public void unregister(java.lang.Object o)
- Specified by:
unregister
in interface com.atlassian.event.api.EventPublisher
unregisterAll
public void unregisterAll()
- Specified by:
unregisterAll
in interface com.atlassian.event.api.EventPublisher
publishedEvents
public java.util.List<java.lang.Object> publishedEvents()
Copyright © 2012 Atlassian. All Rights Reserved.