gishur.gui2.event
Interface SelectionListener
- All Superinterfaces:
- java.util.EventListener
- public interface SelectionListener
- extends java.util.EventListener
The listener interface for receiving selection related events of
DisplayObject
s. These events will be generated by
DisplayObject#select
and DisplayObject#deselect
operations.
- Version:
- 1.0
- Author:
- Thomas Wolf
onSelect
public void onSelect(DrawEvent e)
- Invoked when a
DisplayObject
was selected.
- Parameters:
e
- the DrawEvent
onDeselect
public void onDeselect(DrawEvent e)
- Invoked when a
DisplayObject
was deselected.
- Parameters:
e
- the DrawEvent