-
public interface ObjectSelectionListener<E>
A listener that informs about selection events of Objects.- Since:
- 3.2
- Author:
- René Mach
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
objectSeleted(E object)
Informs about a selection of an object.
-
-
-
Method Detail
-
objectSeleted
void objectSeleted(E object)
Informs about a selection of an object.- Parameters:
object
- The selected object.
-
-