Package ghidra.framework.client
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 TypeMethodDescriptionvoidconnectionStateChanged(Object adapter) Callback notification indicating the remote object connection state has changed.
-
Method Details
-
connectionStateChanged
Callback notification indicating the remote object connection state has changed.- Parameters:
adapter- remote interface adapter (e.g., RepositoryServerAdapter).
-