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) |
| Modifier and Type | Method and Description |
|---|---|
Collection<B> |
getValues() |
getSource, toStringprotected final Collection<B> values
public GenericListEvent(Object source, Collection<B> values)
public Collection<B> getValues()
Copyright © 2008–2020 Ultreia.io. All rights reserved.