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