public interface SelectionChangedListener
extends java.util.EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
selectionChanged(SelectionChangedEvent event)
Becomes invoked as soon as the selection of the hex editor's content has
changed.
|
void selectionChanged(SelectionChangedEvent event)
event - Contains specific information about the previous selection
state and the new one.