link start!
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package com.tridium.ndriver.comm.tcp;
|
||||
|
||||
import com.tridium.ndriver.datatypes.BIpAddress;
|
||||
|
||||
public interface ITcpEventListener {
|
||||
void socketTerminated(BIpAddress bIpAddress, boolean z);
|
||||
}
|
||||
Reference in New Issue
Block a user