BlowTorch
 All Classes Namespaces Files Functions Variables Enumerator Pages
Classes | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Static Protected Attributes | List of all members
com.offsetnull.bt.launcher.Launcher Class Reference
Inheritance diagram for com.offsetnull.bt.launcher.Launcher:
Inheritance graph
[legend]
Collaboration diagram for com.offsetnull.bt.launcher.Launcher:
Collaboration graph
[legend]

Classes

class  BackgroundCheckUpdateThread
 

Public Member Functions

void onCreate (Bundle icicle)
 
void onStart ()
 
void onResume ()
 
void onPause ()
 
void onDestroy ()
 
void ready (MudConnection newData)
 
void modify (MudConnection old, MudConnection newData)
 
boolean onCreateOptionsMenu (Menu menu)
 
boolean onOptionsItemSelected (MenuItem item)
 
void onRequestPermissionsResult (int requestCode, String[] permissions, int[] grantResults)
 

Static Public Member Functions

static boolean isOutDated (Context c)
 

Public Attributes

boolean serviceConnected = false
 
final int MSG_DELETECONNECTION = 101
 
final int MSG_MODIFYCONNECTION = 102
 
Handler connectionModifier
 

Static Public Attributes

static final String PREFS_NAME = "CONDIALOG_SETTINGS"
 

Static Protected Attributes

static final int MESSAGE_WHATSNEW = 1
 
static final int MESSAGE_IMPORT = 2
 
static final int MESSAGE_EXPORT = 3
 
static final int MESSAGE_USERNAME = 4
 
static final int MESSAGE_DORECOVERY = 5
 
static final int RP_INFO = 100
 
static final int RP_SALVAGE = 101
 
static final int RP_EXPORT = 102
 
static final int RP_IMPORT = 103
 

Member Function Documentation

static boolean com.offsetnull.bt.launcher.Launcher.isOutDated ( Context  c)
static
void com.offsetnull.bt.launcher.Launcher.modify ( MudConnection  old,
MudConnection  newData 
)

Implements com.offsetnull.bt.launcher.ReadyListener.

Here is the call graph for this function:

void com.offsetnull.bt.launcher.Launcher.onCreate ( Bundle  icicle)

Here is the call graph for this function:

boolean com.offsetnull.bt.launcher.Launcher.onCreateOptionsMenu ( Menu  menu)

Here is the call graph for this function:

void com.offsetnull.bt.launcher.Launcher.onDestroy ( )
boolean com.offsetnull.bt.launcher.Launcher.onOptionsItemSelected ( MenuItem  item)

Here is the call graph for this function:

void com.offsetnull.bt.launcher.Launcher.onPause ( )
void com.offsetnull.bt.launcher.Launcher.onRequestPermissionsResult ( int  requestCode,
String[]  permissions,
int[]  grantResults 
)
void com.offsetnull.bt.launcher.Launcher.onResume ( )

Here is the call graph for this function:

void com.offsetnull.bt.launcher.Launcher.onStart ( )

Here is the call graph for this function:

void com.offsetnull.bt.launcher.Launcher.ready ( MudConnection  newData)

Implements com.offsetnull.bt.launcher.ReadyListener.

Here is the call graph for this function:

Member Data Documentation

Handler com.offsetnull.bt.launcher.Launcher.connectionModifier
Initial value:
= new Handler() {
public void handleMessage(Message msg) {
switch(msg.what) {
MudConnection todelete = (MudConnection)msg.obj;
launcher_settings.getList().remove(todelete.getDisplayName());
buildList();
break;
MudConnection tomodify = (MudConnection)msg.obj;
NewConnectionDialog diag = new NewConnectionDialog(Launcher.this,Launcher.this,tomodify);
diag.show();
break;
default:
break;
}
}
}
final int com.offsetnull.bt.launcher.Launcher.MESSAGE_DORECOVERY = 5
staticprotected
final int com.offsetnull.bt.launcher.Launcher.MESSAGE_EXPORT = 3
staticprotected
final int com.offsetnull.bt.launcher.Launcher.MESSAGE_IMPORT = 2
staticprotected
final int com.offsetnull.bt.launcher.Launcher.MESSAGE_USERNAME = 4
staticprotected
final int com.offsetnull.bt.launcher.Launcher.MESSAGE_WHATSNEW = 1
staticprotected
final int com.offsetnull.bt.launcher.Launcher.MSG_DELETECONNECTION = 101
final int com.offsetnull.bt.launcher.Launcher.MSG_MODIFYCONNECTION = 102
final String com.offsetnull.bt.launcher.Launcher.PREFS_NAME = "CONDIALOG_SETTINGS"
static
final int com.offsetnull.bt.launcher.Launcher.RP_EXPORT = 102
staticprotected
final int com.offsetnull.bt.launcher.Launcher.RP_IMPORT = 103
staticprotected
final int com.offsetnull.bt.launcher.Launcher.RP_INFO = 100
staticprotected
final int com.offsetnull.bt.launcher.Launcher.RP_SALVAGE = 101
staticprotected
boolean com.offsetnull.bt.launcher.Launcher.serviceConnected = false

The documentation for this class was generated from the following file: