Revert D8932114: [sonar] Add state tracking plumbing
Differential Revision: D8932114 Original commit changeset: fb03babfe92b fbshipit-source-id: a6a372a4115d69b5419a8c9924b333e7c163497b
This commit is contained in:
committed by
Facebook Github Bot
parent
e82fd6371d
commit
410e6d14c8
@@ -13,7 +13,6 @@ import com.facebook.soloader.SoLoader;
|
||||
import com.facebook.sonar.BuildConfig;
|
||||
import com.facebook.sonar.core.SonarClient;
|
||||
import com.facebook.sonar.core.SonarPlugin;
|
||||
import com.facebook.sonar.core.SonarStateUpdateListener;
|
||||
|
||||
@DoNotStrip
|
||||
class SonarClientImpl implements SonarClient {
|
||||
@@ -56,13 +55,4 @@ class SonarClientImpl implements SonarClient {
|
||||
|
||||
@Override
|
||||
public native void stop();
|
||||
|
||||
@Override
|
||||
public native void subscribeForUpdates(SonarStateUpdateListener stateListener);
|
||||
|
||||
@Override
|
||||
public native void unsubscribe();
|
||||
|
||||
@Override
|
||||
public native String getState();
|
||||
}
|
||||
|
||||
@@ -17,10 +17,4 @@ public interface SonarClient {
|
||||
void start();
|
||||
|
||||
void stop();
|
||||
|
||||
void subscribeForUpdates(SonarStateUpdateListener stateListener);
|
||||
|
||||
void unsubscribe();
|
||||
|
||||
String getState();
|
||||
}
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
package com.facebook.sonar.core;
|
||||
|
||||
public interface SonarStateUpdateListener {
|
||||
|
||||
void onUpdate();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user