Package jaxx.runtime.swing.model
Class GenericListEvent<B>
java.lang.Object
java.util.EventObject
jaxx.runtime.swing.model.GenericListEvent<B>
- All Implemented Interfaces:
java.io.Serializable
public class GenericListEvent<B>
extends java.util.EventObject
- Author:
- Sylvain Lletellier
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors Constructor Description GenericListEvent(java.lang.Object source, java.util.Collection<B> values) -
Method Summary
Methods inherited from class java.util.EventObject
getSource, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
values
-
-
Constructor Details
-
GenericListEvent
-
-
Method Details
-
getValues
-