Class SendEvent
- java.lang.Object
- 
- org.opendaylight.openflowjava.protocol.impl.clients.SendEvent
 
- 
- All Implemented Interfaces:
- ClientEvent
 
 public class SendEvent extends Object implements ClientEvent Class representing sending message event.- Author:
- michal.polkorab
 
- 
- 
Constructor SummaryConstructors Constructor Description SendEvent(byte[] msgToSend)Constructor.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleaneventExecuted()Common method for triggering events.voidsetCtx(io.netty.channel.ChannelHandlerContext ctx)Sets the ChannelHandlerContext.
 
- 
- 
- 
Method Detail- 
eventExecutedpublic boolean eventExecuted() Description copied from interface:ClientEventCommon method for triggering events.- Specified by:
- eventExecutedin interface- ClientEvent
- Returns:
- true if event executed successfully
 
 - 
setCtxpublic void setCtx(io.netty.channel.ChannelHandlerContext ctx) Sets the ChannelHandlerContext.- Parameters:
- ctx- context which will be used for sending messages (SendEvents)
 
 
- 
 
-