wyvern.lib.classes
Class Vault.VaultTimer

java.lang.Object
  extended bywyvern.lib.classes.Vault.VaultTimer
All Implemented Interfaces:
Timed
Enclosing class:
Vault

protected class Vault.VaultTimer
extends java.lang.Object
implements Timed

Receives the timer callback.


Constructor Summary
protected Vault.VaultTimer()
           
 
Method Summary
 void timerExpired()
          Called by TimerManager to notify object that timer has expired.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Vault.VaultTimer

protected Vault.VaultTimer()
Method Detail

timerExpired

public void timerExpired()
Description copied from interface: Timed
Called by TimerManager to notify object that timer has expired.

Specified by:
timerExpired in interface Timed