Interface RemoteAdapterListener

  • All Known Implementing Classes:
    FrontEndPlugin, RemoteFileSystem, RepositoryAdapter

    public interface RemoteAdapterListener
    RemoteAdapterListener provides a listener interface which facilitates notifcation when the connection state of a remote server/repository adapter changes.
    • Method Detail

      • connectionStateChanged

        void connectionStateChanged​(java.lang.Object adapter)
        Callback notification indicating the remote object connection state has changed.
        Parameters:
        adapter - remote interface adapter (e.g., RepositoryServerAdapter).