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


public interface ToolkitNotificationEvent<T>

An notification event used by ToolkitNotifier


Method Summary
 T getMessage()
          Get the message associated with the event
 ClusterNode getRemoteNode()
          Get the remote node that initiated the event.
 

Method Detail

getMessage

T getMessage()
Get the message associated with the event

Returns:
the message

getRemoteNode

ClusterNode getRemoteNode()
Get the remote node that initiated the event.

Returns:
the remote node, origin of the message


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