org.apache.avalon.cornerstone.services.scheduler
Interface Target


public interface Target

This is the interface to implement to receive notification trigger.

Author:
Avalon Development Team

Method Summary
 void targetTriggered(java.lang.String triggerName)
          Notify target that trigger has occured.
 

Method Detail

targetTriggered

public void targetTriggered(java.lang.String triggerName)
Notify target that trigger has occured.

Parameters:
triggerName - the name of trigger


Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.