Interface Event<T>
-
- All Known Implementing Classes:
EventImpl
public interface Event<T>An event interface for the feeder framework This is really a very simple and quick way of doing. In the future we may use the field accessors framework that we use in drools to make this transparent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DategetDate()This is the same as getTimestamp, but returns a Date object insteadTgetObject()Returns this event's actual objectlonggetTimestamp()Returns the timestamp from this event
-