Skip to content

Commit

Permalink
private listeners
Browse files Browse the repository at this point in the history
  • Loading branch information
jflavio11 committed May 17, 2017
1 parent 8d3cad0 commit aee3de2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,17 @@ public class WifiConnector {
/**
* interface that will call its own methods when {@link WifiReceiver#onReceive(Context, Intent)} method is called
*/
public ConnectionResultListener connectionResultListener;
private ConnectionResultListener connectionResultListener;

/**
* interface that will call its own methods when {@link ShowWifiReceiver#onReceive(Context, Intent)} method is called
*/
public ShowWifiListener showWifiListener;
private ShowWifiListener showWifiListener;

/**
* interface that will call its own method when {@link WifiConnector#removeWifiNetwork(ScanResult, RemoveWifiListener)} methods are called
*/
public RemoveWifiListener removeWifiListener;
private RemoveWifiListener removeWifiListener;

/**
* intent filter to listen for wifi state
Expand Down

0 comments on commit aee3de2

Please sign in to comment.