com.defuzeme
Class DefuzeMe

java.lang.Object
  extended by Application
      extended by com.defuzeme.DefuzeMe

public class DefuzeMe
extends Application


Field Summary
static Communication _communication
           
static java.util.ArrayList<StreamObject> _data
           
static Event _event
           
static com.google.gson.Gson _gson
           
static Gui _gui
           
static Network _network
           
static Preferences _preferences
           
static java.util.ArrayList<StreamObject> _responses
           
 
Constructor Summary
DefuzeMe()
           
 
Method Summary
 void onCreate()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_event

public static Event _event

_gui

public static Gui _gui

_network

public static Network _network

_communication

public static Communication _communication

_data

public static java.util.ArrayList<StreamObject> _data

_responses

public static java.util.ArrayList<StreamObject> _responses

_gson

public static com.google.gson.Gson _gson

_preferences

public static Preferences _preferences
Constructor Detail

DefuzeMe

public DefuzeMe()
Method Detail

onCreate

public void onCreate()