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.

Version:
$Id: DatagramMessageHandler.java 13 2008-06-15 19:43:04Z oemware $

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 © 2008 Deft Labs - Released under LGPL, Version 3.0