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(ISelectionModel<T> source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ISelectionModel<T>getSource()
-
-
-
Constructor Detail
-
SelectionEvent
public SelectionEvent(ISelectionModel<T> source)
-
-
Method Detail
-
getSource
public ISelectionModel<T> getSource()
-
-