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