Package org.lobobrowser.html.gui
Interface SelectionChangeListener
-
- All Superinterfaces:
java.util.EventListener
public interface SelectionChangeListener extends java.util.EventListener
Receives selection change events.- Author:
- J. H. S.
- See Also:
HtmlPanel.addSelectionChangeListener(SelectionChangeListener)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
selectionChanged(SelectionChangeEvent event)
Receives a selection change event.
-
-
-
Method Detail
-
selectionChanged
void selectionChanged(SelectionChangeEvent event)
Receives a selection change event. This method may be assumed to execute in the GUI thread.- Parameters:
event
- ASelectionChangeEvent
instance.
-
-