Package ghidra.app.services
Interface CoordinatedListingPanelListener
public interface CoordinatedListingPanelListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
activeProgramChanged
(Program activeProgram) boolean
Notifies the listener that it's associated listing panel should get closed.
-
Method Details
-
listingClosed
boolean listingClosed()Notifies the listener that it's associated listing panel should get closed.- Returns:
- true if the listener actually closes a listing panel.
-
activeProgramChanged
-