org.terracotta.toolkit.events
Interface ToolkitNotificationListener<T>


public interface ToolkitNotificationListener<T>

A listener for ToolkitNotifier.


Method Summary
 void onNotification(ToolkitNotificationEvent<T> event)
          This method is called when a user implements this interface and attaches it to the ToolkitNotifier.
 

Method Detail

onNotification

void onNotification(ToolkitNotificationEvent<T> event)
This method is called when a user implements this interface and attaches it to the ToolkitNotifier.

Parameters:
event - the ToolkitNotificationEvent containing details of the event


Copyright © 2014 Terracotta, Inc.. All Rights Reserved.