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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
connectionStateChanged(java.lang.Object adapter)
Callback notification indicating the remote object connection state has changed.
-