OBJECT - Type of World object to be returned (must extend IWorldObject)public interface IWorldObjectUpdateResult<OBJECT extends IWorldObject>
| Modifier and Type | Interface and Description |
|---|---|
static class |
IWorldObjectUpdateResult.Result
Different result types for the updatedEvent.
|
static class |
IWorldObjectUpdateResult.WorldObjectUpdateResult<OBJECT extends IWorldObject>
Implementation of the IGenericObjectUpdateResult interface.
|
| Modifier and Type | Method and Description |
|---|---|
OBJECT |
getObject()
Returns the updated object.
|
IWorldObjectUpdateResult.Result |
getResult()
Returns result type.
|
IWorldObjectUpdateResult.Result getResult()
OBJECT getObject()
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.