All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.monsterworks.utils.Timed

public abstract interface Timed
This interface describes how the timer alerts the client that time is up. Any class wishing to use a Timer must provide this interface.

Version:
1.0b1
Author:
Aaron Montgomery

Method Index

 o atTimeUp(Timer)
This method will be called when the time has expired.

Methods

 o atTimeUp


 public abstract void atTimeUp(com.monsterworks.utils.Timer inTimer)
This method will be called when the time has expired.

Parameters:
inTimer - the timer which has expired



All Packages  Class Hierarchy  This Package  Previous  Next  Index