Trull

edu.luc.cs.trull
Interface EventPredicate


public interface EventPredicate

A function from events to boolean.


Method Summary
 boolean apply(java.beans.PropertyChangeEvent incoming)
          Computes a boolean from the given event.
 

Method Detail

apply

boolean apply(java.beans.PropertyChangeEvent incoming)
Computes a boolean from the given event.

Parameters:
incoming - the event.
Returns:
the computed boolean.

Trull

http://www.cs.luc.edu/trull/