mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-02-16 02:20:55 +00:00
Commit forgotten ConnectionStatusListener interface. Thanks to danielb7390 for pointing this out.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package com.limelight.nvstream.av;
|
||||
|
||||
public interface ConnectionStatusListener {
|
||||
public void connectionTerminated();
|
||||
|
||||
public void connectionNeedsResync();
|
||||
}
|
||||
Reference in New Issue
Block a user