Skip navigation links


com.fatwire.realtime.event
Interface PublishingEventListener

All Superinterfaces:
Listener<PublishingEvent>

public interface PublishingEventListener
extends Listener<PublishingEvent>

The base interface for Customer to implement for handling of the fired publishing event. Customer needs to implement this interface and implement onEvent() method to handle the events.


Method Summary
 void onEvent(PublishingEvent event)
          Handler invoked upon arrival of an Event dispatch.

 

Method Detail

onEvent

void onEvent(PublishingEvent event)
             throws EventException
Description copied from interface: Listener
Handler invoked upon arrival of an Event dispatch.
Specified by:
onEvent in interface Listener<PublishingEvent>
Throws:
EventException

Skip navigation links


Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.