Uses of Class
org.gscg.gameleader.animation2D.mouse.IntrospectionData

Packages that use IntrospectionData
org.gscg.gameleader.animation2D.mouse   
org.gscg.gameleader.interactionlayer   
org.gscg.gameleader.interactionlayer.util   
 

Uses of IntrospectionData in org.gscg.gameleader.animation2D.mouse
 

Constructors in org.gscg.gameleader.animation2D.mouse with parameters of type IntrospectionData
IntrospectedObjectDataAction(IntrospectionData data, RemoteInteractionLayerInterface remoteInteractionLayerInterface)
          constructs a new IntrospectedObjectDataAction
 

Uses of IntrospectionData in org.gscg.gameleader.interactionlayer
 

Methods in org.gscg.gameleader.interactionlayer that return IntrospectionData
 IntrospectionData GameLeaderInteractionLayer.getIntrospectedObjectData(java.lang.String key)
           
 IntrospectionData RemoteInteractionLayerInterface.getIntrospectedObjectData(java.lang.String key)
          Method getIntrospectedObjectData returns the date of the object which has been introspected on a client-side animationpanel.
 

Methods in org.gscg.gameleader.interactionlayer with parameters of type IntrospectionData
 void GameLeaderInteractionLayer.updateIntrospectedObject(IntrospectionData data)
           
 void RemoteInteractionLayerInterface.updateIntrospectedObject(IntrospectionData data)
          Method updateIntrospectedObject updates an introspected object.
 

Uses of IntrospectionData in org.gscg.gameleader.interactionlayer.util
 

Methods in org.gscg.gameleader.interactionlayer.util that return IntrospectionData
static IntrospectionData IntrospectionUtil.introspectObject(java.lang.Object object, java.io.Serializable key)
          Introspects the given object
 

Methods in org.gscg.gameleader.interactionlayer.util with parameters of type IntrospectionData
static void IntrospectionUtil.updateIntrospectedObject(java.lang.Object object, IntrospectionData data)
          Method updateIntrospectedObject updates an introspected object based on the given data.
 



Copyright © 2002-2005 Delft University of Technology, the Netherlands. All Rights Reserved.