public class GenericListEvent<B> extends EventObject
| Modifier and Type | Field and Description |
|---|---|
protected Collection<B> |
values |
source| Constructor and Description |
|---|
GenericListEvent(Object source,
Collection<B> values) |
protected Collection<B> values
public GenericListEvent(Object source, Collection<B> values)
public Collection<B> getValues()
Copyright © 2008–2014 CodeLutin. All rights reserved.