Interface RemoteCallbackHandler

All Superinterfaces:
CallbackHandler, Remote
All Known Implementing Classes:
Challenger

public interface RemoteCallbackHandler extends CallbackHandler, Remote
This interface makes a remote callback handler by extending the CallbackHandler and Remote interfaces. This is required to provide callback handling in the platform services environment.
Since:
1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(Callback[] callbacks)
     
  • Method Details

    • handle

      void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException, RemoteException
      Specified by:
      handle in interface CallbackHandler
      Throws:
      IOException
      UnsupportedCallbackException
      RemoteException