MCPcopy Create free account
hub / github.com/cuberite/cuberite / onClick

Method onClick

Android/src/com/mcserver/MCServerActivity.java:50–56  ·  view source on GitHub ↗
(View v)

Source from the content-addressed store, hash-verified

48
49 ((Button)findViewById(R.id.start_server)).setOnClickListener( new View.OnClickListener() {
50 public void onClick(View v) {
51 mbEnabledLogging = true;
52 if( mThread == null || mThread.isAlive() == false ) {
53 mThread = new MainThread( (MCServerActivity)v.getContext() );
54 mThread.start();
55 }
56 }
57 });
58
59 ((Button)findViewById(R.id.stop_server)).setOnClickListener( new View.OnClickListener() {

Callers

nothing calls this directly

Calls 3

NativeCleanUpMethod · 0.95
NativeGetWebAdminPortMethod · 0.95
parseMethod · 0.80

Tested by

no test coverage detected