oemware.core.net
Interface DatagramMessageFilter


public interface DatagramMessageFilter

The message filter interface. Allows for pre-processing logic to be inserted.


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

Method Detail

execute

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

Parameters:
pDatagramMessage - The message.
Returns:
True if the operation should continue.


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