Package ghidra.app.services
Interface CoordinatedListingPanelListener
-
public interface CoordinatedListingPanelListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
activeProgramChanged(Program activeProgram)
boolean
listingClosed()
Notifies the listener that it's associated listing panel should get closed.
-
-
-
Method Detail
-
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
void activeProgramChanged(Program activeProgram)
-
-