Class GenericListEvent<B>
- java.lang.Object
-
- java.util.EventObject
-
- org.nuiton.jaxx.runtime.swing.model.GenericListEvent<B>
-
- All Implemented Interfaces:
Serializable
public class GenericListEvent<B> extends EventObject
- Author:
- Sylvain Lletellier
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Collection<B>values-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description GenericListEvent(Object source, Collection<B> values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<B>getValues()-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Field Detail
-
values
protected final Collection<B> values
-
-
Constructor Detail
-
GenericListEvent
public GenericListEvent(Object source, Collection<B> values)
-
-
Method Detail
-
getValues
public Collection<B> getValues()
-
-