mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-19 11:03:01 +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