|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
jaxx.runtime.swing.model.GenericListEvent<B>
public class GenericListEvent<B>
| Field Summary | |
|---|---|
protected Collection<B> |
values
|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
GenericListEvent(Object source,
Collection<B> values)
|
|
| Method Summary | |
|---|---|
Collection<B> |
getValues()
|
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Collection<B> values
| Constructor Detail |
|---|
public GenericListEvent(Object source,
Collection<B> values)
| Method Detail |
|---|
public Collection<B> getValues()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||