public interface IReloadable
| Modifier and Type | Field and Description |
|---|---|
static int |
FAILURE |
static int |
NOTHING_DONE
Re-load return values
|
static int |
SUCCESS |
| Modifier and Type | Method and Description |
|---|---|
boolean |
needsReload()
Check if this file needs to be reloaded.
|
int |
reload(boolean force)
Reload internal state from an external source.
|
static final int NOTHING_DONE
static final int SUCCESS
static final int FAILURE
boolean needsReload()
throws IOException
IOExceptionint reload(boolean force)
throws IOException
force - - force the reload.IOExceptionPhantom® and NetPhantom® are registered trademarks of Nexum Technologies SARL.
© Copyright Nexum Technologies SARL, 2011. All rights reserved.