Package net.anwiba.commons.model
Class SelectionEvent<T>
- java.lang.Object
-
- net.anwiba.commons.model.SelectionEvent<T>
-
public class SelectionEvent<T> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SelectionEvent(SelectionModel<T> source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SelectionModel<T>getSource()
-
-
-
Constructor Detail
-
SelectionEvent
public SelectionEvent(SelectionModel<T> source)
-
-
Method Detail
-
getSource
public SelectionModel<T> getSource()
-
-