agentland.device.phone
Class PhoneAgent.CallTimeout

java.lang.Object
  |
  +--agentland.device.phone.PhoneAgent.CallTimeout
All Implemented Interfaces:
Runnable
Enclosing class:
PhoneAgent

protected class PhoneAgent.CallTimeout
extends Object
implements Runnable


Constructor Summary
PhoneAgent.CallTimeout(PhoneAgent pa)
           
 
Method Summary
 void resetTimer()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhoneAgent.CallTimeout

public PhoneAgent.CallTimeout(PhoneAgent pa)
Method Detail

resetTimer

public void resetTimer()

run

public void run()
Specified by:
run in interface Runnable