Interface NetworkAsyncCallback<P,R extends AsyncCallbackAction>

All Superinterfaces:
AsyncCallback<P,R>, Callback, NetworkCallback
All Known Subinterfaces:
AuthenticateCallback

public interface NetworkAsyncCallback<P,R extends AsyncCallbackAction> extends NetworkCallback, AsyncCallback<P,R>
A common interface for all asynchronous network service callbacks must extend.
  • Method Summary

    Methods inherited from interface com.teamdev.jxbrowser.callback.AsyncCallback

    on