| com.tc.async.api.AddPredicate
All known Subclasses: com.tc.async.impl.DefaultAddPredicate,
AddPredicate | public interface AddPredicate (Code) | | author: steve Used to filter events. Note, these are evaluted in the context of the sender so they should be fast. |
Method Summary | |
public boolean | accept(EventContext context) Take a look at the context in the thread of the sender and see if you want to take it or ignore it or do something
else to it. |
accept | public boolean accept(EventContext context)(Code) | | Take a look at the context in the thread of the sender and see if you want to take it or ignore it or do something
else to it.
Parameters: context - |
|
|