|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RemoteDataHandler
Nested Class Summary | |
---|---|
static class |
RemoteDataHandler.Stub
Local-side IPC implementation stub class. |
Method Summary | |
---|---|
void |
addElement(java.lang.String type,
float x,
float y,
float z,
java.util.Map properties)
Adds an entity to the world in a position |
void |
doLogin(java.lang.String username,
java.lang.String password)
For to do a Login, need to the username and password |
java.util.List |
getElementsUpdated(float x,
float y,
float z,
float radius,
java.lang.String date)
For to do a Login, need to the username and password |
void |
registerCallback(IRemoteServiceCallback cb)
|
void |
updateElementPosition(int id,
float x,
float y,
float z)
Updates an element position |
void |
updateOrAddProperty(int id,
java.lang.String propertyName,
java.lang.String propertyValue)
Updates or add a property |
Method Detail |
---|
void addElement(java.lang.String type, float x, float y, float z, java.util.Map properties) throws android.os.RemoteException
type
- type of the entityx
- x coordinatey
- y coordinatez
- z coordinateproperties
- Map with the properties of the entity
android.os.RemoteException
void doLogin(java.lang.String username, java.lang.String password) throws android.os.RemoteException
username
- usernamepropertyName
- password
android.os.RemoteException
java.util.List getElementsUpdated(float x, float y, float z, float radius, java.lang.String date) throws android.os.RemoteException
username
- usernamepropertyName
- password
android.os.RemoteException
void registerCallback(IRemoteServiceCallback cb) throws android.os.RemoteException
android.os.RemoteException
void updateElementPosition(int id, float x, float y, float z) throws android.os.RemoteException
id
- element's idx
- x coordinatey
- y coordinatez
- z coordinate
android.os.RemoteException
void updateOrAddProperty(int id, java.lang.String propertyName, java.lang.String propertyValue) throws android.os.RemoteException
id
- elemnt's idpropertyName
- property namepropertyValue
- property value
android.os.RemoteException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |