All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.monsterworks.utils.Ticked

public abstract interface Ticked
This interface describes how the ticker alerts the client that time is up. Any class wishing to use a Ticker must provide this interface.

Version:
1.0b1
Author:
Aaron Montgomery

Method Index

 o atTick(Ticker)
This method will be called each time the specified interval has elapsed.

Methods

 o atTick


 public abstract void atTick(com.monsterworks.utils.Ticker inTicker)
This method will be called each time the specified interval has elapsed.

Parameters:
inTicker - the ticker which "ticked"



All Packages  Class Hierarchy  This Package  Previous  Next  Index