org.mgif
Interface Actor


public interface Actor

Actor represents shared state between all ActorSessions in same application. Actually it contains only ID which is used to access this shared state. This state is created when user start to use Application for first time and exists forever.


Method Summary
 long getActorId()
          Returns the system ID of Actor object
 long getUserId()
          Returns th esystem ID of related Uer object
 

Method Detail

getActorId

public long getActorId()
Returns the system ID of Actor object
Returns:
System ID of Actor object

getUserId

public long getUserId()
Returns th esystem ID of related Uer object
Returns:
System ID of related User object


Copyright © 2002 Mobile Games Interoperability Forum. All rights reserved.
This source code is protected by the legal notice posted at http://www.mgif.org/docs/notice.html