Interface prominence.util.Alarmable
All Packages Class Hierarchy This Package Previous Next Index
Interface prominence.util.Alarmable
- public interface Alarmable
- extends Object
The interface that is implemented by targets of Alarms.
- See Also:
- Alarm
-
alarmCall(Object)
- This method is called when an Alarm has elapsed.
alarmCall
public abstract void alarmCall(Object arg)
- This method is called when an Alarm has elapsed.
- Parameters:
- arg - An optional argument specified with the Alarm
All Packages Class Hierarchy This Package Previous Next Index