public interface HexEditorListener
extends java.util.EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
hexBytesChanged(HexEditorEvent e)
Called when bytes in a hex editor are added, removed, or modified.
|
void hexBytesChanged(HexEditorEvent e)
e - The event object.