TrueUpdate Manager Specification 0.1.6

net.java.trueupdate.manager.spec
Interface UpdateMessageFilter


public interface UpdateMessageFilter

Author:
Christian Schlichtherle

Field Summary
static UpdateMessageFilter ACCEPT_ALL
           
 
Method Summary
 boolean accept(UpdateMessage message)
          Returns true if and only if this filter accepts the given message.
 

Field Detail

ACCEPT_ALL

static final UpdateMessageFilter ACCEPT_ALL
Method Detail

accept

boolean accept(UpdateMessage message)
Returns true if and only if this filter accepts the given message.

Parameters:
message - the update message to filter.

TrueUpdate Manager Specification 0.1.6

Copyright © 2013 Stimulus Software. All rights reserved.