Trull

edu.luc.cs.trull
Interface EventFunction


public interface EventFunction

A function from events to objects.


Method Summary
 java.lang.Object apply(java.beans.PropertyChangeEvent incoming)
          Computes an object from the given event.
 

Method Detail

apply

java.lang.Object apply(java.beans.PropertyChangeEvent incoming)
Computes an object from the given event.

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

Trull

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