oemware.core.net
Interface DatagramMessageHandler

All Known Implementing Classes:
SharedUdpMessageHandler, ShutdownMessageHandler

public interface DatagramMessageHandler

The message handler interface. Message handlers implement an execute and reset method.


Method Summary
 boolean execute(DatagramMessage pDatagramMessage)
          Called to execute the handler.
 

Method Detail

execute

boolean execute(DatagramMessage pDatagramMessage)
Called to execute the handler.

Parameters:
pDatagramMessage - The message.
Returns:
True if the buffer should be written.


Copyright © 2009 Deft Labs - Released under LGPL, Version 3.0