public interface ProductAnalyticsEventListener
@EventListener
public void onEvent(Object event)
{
// event processing
}
| Modifier and Type | Method and Description |
|---|---|
void |
processEvent(Object event) |
void processEvent(Object event)
Copyright © 2016 Atlassian. All rights reserved.