Class NodeMessageEvent
- java.lang.Object
 - 
- de.xima.fc.cluster.model.events.BaseNodeEvent
 - 
- de.xima.fc.cluster.model.events.msg.NodeMessageEvent
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class NodeMessageEvent extends BaseNodeEvent
An event that is fired when a message was sent by a node to other nodes.- Since:
 - 3.1.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected IClusterMessagemessage- 
Fields inherited from class de.xima.fc.cluster.model.events.BaseNodeEvent
node 
 - 
 
- 
Constructor Summary
Constructors Constructor Description NodeMessageEvent(IClusterMessage message)Creates a new event with the given data for when a message was sent by a node to other nodes. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IClusterMessagegetMessage()- 
Methods inherited from class de.xima.fc.cluster.model.events.BaseNodeEvent
getNode 
 - 
 
 - 
 
- 
- 
Field Detail
- 
message
protected IClusterMessage message
 
 - 
 
- 
Constructor Detail
- 
NodeMessageEvent
public NodeMessageEvent(IClusterMessage message)
Creates a new event with the given data for when a message was sent by a node to other nodes.- Parameters:
 message- Message that was sent by a node.
 
 - 
 
- 
Method Detail
- 
getMessage
public IClusterMessage getMessage()
- Returns:
 - The message that was sent by a node.
 
 
 - 
 
 -