org.eclipse.net4j.util.concurrent
Class Timeouter
java.lang.Object
org.eclipse.net4j.util.concurrent.Timeouter
public abstract class Timeouter
- extends Object
- Since:
- 2.0
- Author:
- Eike Stepper
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Timeouter
public Timeouter(Timer timer,
long timeout)
getTimeout
public long getTimeout()
setTimeout
public void setTimeout(long timeout)
touch
public void touch()
dispose
public void dispose()
isDisposed
protected boolean isDisposed()
handleTimeout
protected abstract void handleTimeout(long untouched)
Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.