link start!
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package com.tridium.platform.daemon;
|
||||
|
||||
public interface DaemonSessionListener {
|
||||
void sessionConnected(BDaemonSession bDaemonSession);
|
||||
|
||||
void sessionConnectionError(BDaemonSession bDaemonSession, Throwable th);
|
||||
|
||||
void sessionDisconnected(BDaemonSession bDaemonSession);
|
||||
}
|
||||
Reference in New Issue
Block a user