void onEvent2, boolean onEvent2を削除
This commit is contained in:
parent
d817dfaf58
commit
aa6ee4f035
|
@ -180,17 +180,5 @@ public class HomeFragment extends Fragment implements OnEventListener {
|
||||||
|
|
||||||
return updateUiState(isInCar);
|
return updateUiState(isInCar);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public void onEvent2(boolean BluetoothConnect) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public boolean onEvent2(Boolean BluetoothConnect) {//Bluetoothの接続切断を受け取ってupdateBluetoothSituation()に渡す
|
|
||||||
updateBluetoothSituation(BluetoothConnect);
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -3,8 +3,4 @@ package com.example.childguard;
|
||||||
public interface OnEventListener {
|
public interface OnEventListener {
|
||||||
|
|
||||||
boolean onEvent(boolean state);
|
boolean onEvent(boolean state);
|
||||||
|
|
||||||
void onEvent2(boolean BluetoothConnect);
|
|
||||||
|
|
||||||
boolean onEvent2(Boolean BluetoothConnect);
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user