cz.cuni.amis.pogamut.udk.server.impl
Class UDKServer.MapChangeFuture
java.lang.Object
cz.cuni.amis.pogamut.udk.server.impl.UDKServer.MapChangeFuture
- All Implemented Interfaces:
- Future<Boolean>
- Enclosing class:
- UDKServer
public class UDKServer.MapChangeFuture
- extends Object
- implements Future<Boolean>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UDKServer.MapChangeFuture
protected UDKServer.MapChangeFuture()
restartServer
public void restartServer()
cancel
public boolean cancel(boolean arg0)
- Specified by:
cancel
in interface Future<Boolean>
get
public Boolean get()
- Specified by:
get
in interface Future<Boolean>
get
public Boolean get(long arg0,
TimeUnit arg1)
- Specified by:
get
in interface Future<Boolean>
isCancelled
public boolean isCancelled()
- Specified by:
isCancelled
in interface Future<Boolean>
isDone
public boolean isDone()
- Specified by:
isDone
in interface Future<Boolean>
Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.