SilverStream
Application Server 3.5

com.sssw.srv.busobj
Interface AgiScheduledListener


public interface AgiScheduledListener

Implemented by all business objects which listen for scheduled events. The schedule can only be set at design time via the property inspector (or wizard).

Scheduled events are fired for all object serially. If two hourly business objects have been created, at the top of each hour one will have its scheduledReached event fired, and when it is done the other will have its scheduledReached event fired.

When a scheduled business object is created, SilverStream automatically adds the implements AgiScheduledListener clause to the object's class definition.


Method Summary
 void scheduleReached(AgoScheduledEvent e)
          Fires when the next scheduled time is reached.
 

Method Detail

scheduleReached

public void scheduleReached(AgoScheduledEvent e)
Fires when the next scheduled time is reached.
Parameters:
e - an instance of AgoScheduledEvent.

SilverStream
Application Server 3.5