net.user1.union.filter
Interface Filter


public interface Filter

Filters can be used when sending messages to determine if a client will receive the message or not. A client will only be sent the message if the doFilter method returns true. Filters are primarily used internally by the server when Reactor clients create filters client side.


Method Summary
 boolean doFilter(Client client)
          Returns true if the client has passed the filter criteria.
 

Method Detail

doFilter

boolean doFilter(Client client)
Returns true if the client has passed the filter criteria.

Parameters:
client - - the client to check for filtering
Returns:
true if the client has passed the filter criteria


Copyright USER1 Subsystems Corporation - Tue Jan 28 2014, 05:05 PM -0500