org.superfeedr
Interface OnNotificationHandler


public interface OnNotificationHandler

This interface must be implemented by the classes that need to be notified on events

Author:
thomas

Method Summary
 void onNotification(SuperfeedrEventExtension event)
          This method is called when an event is sent by the Superfeedr server.
 

Method Detail

onNotification

void onNotification(SuperfeedrEventExtension event)
This method is called when an event is sent by the Superfeedr server. The event can be with no items.

Parameters:
event - the event received from the superfeedr server