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.

Version:
$Revision: 3167 $
Author:
Ross Mason

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

Method Detail

timeExpired

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

Parameters:
e - the time event that occurred


Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.