Klasse Timeouter
java.lang.Object
org.eclipse.net4j.util.concurrent.Timeouter
- Seit:
- 2.0
- Autor:
- Eike Stepper
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
dispose()
long
protected abstract void
handleTimeout
(long untouched) protected boolean
void
setTimeout
(long timeout) void
touch()
-
Konstruktordetails
-
Timeouter
-
-
Methodendetails
-
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)
-