abstractpublic class AbstractTrigger implements Trigger(Code)
Base class for easy trigger implementation. This base class takes of the event filtering part,
the only method to implement in subclasses is
IvyListener.progress(IvyEvent) which should
do whatever the trigger needs to do when the event occurs. This method will only be called when
an event matching the trigger filter occurs.
since: 1.4