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 Summary

    Modifier and Type
    Method
    Description
    void
    Callback notification indicating the remote object connection state has changed.
  • Method Details

    • connectionStateChanged

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