Package org.activecomponents.udp
Interface IUdpCallback<T>
-
public interface IUdpCallback<T>
Callback interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
resultAvailable(T result)
Called when the callback results are available.
-
-
-
Method Detail
-
resultAvailable
void resultAvailable(T result)
Called when the callback results are available.
-
-