org.mule.util.timer
Interface TimeEventListener

All Superinterfaces:
EventListener

public interface TimeEventListener
extends EventListener

TimeEventListener provides a method to pass timer events to implementing objects.


Method Summary
 void timeExpired(TimeEvent e)
          Passes the TimeEvent to an object
 

Method Detail

timeExpired

void timeExpired(TimeEvent e)
Passes the TimeEvent to an object

Parameters:
e - the time event that occurred


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.