Uses of Interface
org.mega.gasp.moods.CustomTypes

Packages that use CustomTypes
org.mega.gasp.bluetooth.miniplatform   
org.mega.gasp.client.doja   
org.mega.gasp.client.midp   
org.mega.gasp.platform   
org.mega.gasp.platform.impl   
org.mega.gasp.platform.servlets   
 

Uses of CustomTypes in org.mega.gasp.bluetooth.miniplatform
 

Fields in org.mega.gasp.bluetooth.miniplatform declared as CustomTypes
private  CustomTypes ApplicationInstance.customTypes
           
 

Methods in org.mega.gasp.bluetooth.miniplatform that return CustomTypes
 CustomTypes ApplicationInstance.getCustomTypes()
          Returns the encoder of the application associated with the application instance.
 

Constructors in org.mega.gasp.bluetooth.miniplatform with parameters of type CustomTypes
ApplicationInstance(int actorID, int minActors, int maxActors, java.lang.String[] actors, CustomTypes encoder)
           
 

Uses of CustomTypes in org.mega.gasp.client.doja
 

Fields in org.mega.gasp.client.doja declared as CustomTypes
protected  CustomTypes GASPClient.customTypes
           
 

Uses of CustomTypes in org.mega.gasp.client.midp
 

Fields in org.mega.gasp.client.midp declared as CustomTypes
protected  CustomTypes GASPClient.customTypes
           
 

Uses of CustomTypes in org.mega.gasp.platform
 

Methods in org.mega.gasp.platform that return CustomTypes
 CustomTypes ApplicationInstance.getCustomTypes()
          Returns the encoder of the application associated with the application instance.
 

Uses of CustomTypes in org.mega.gasp.platform.impl
 

Fields in org.mega.gasp.platform.impl declared as CustomTypes
private  CustomTypes ApplicationInstanceImpl.customTypes
           
 

Methods in org.mega.gasp.platform.impl that return CustomTypes
 CustomTypes ApplicationInstanceImpl.getCustomTypes()
          Returns the encoder of the application associated with the application instance.
 

Uses of CustomTypes in org.mega.gasp.platform.servlets
 

Methods in org.mega.gasp.platform.servlets with parameters of type CustomTypes
private  int InGame.encodeEvents(java.util.Vector events, java.io.DataOutputStream dos, CustomTypes customTypes)