jaxx.runtime.swing.model
Class GenericListEvent<B>

java.lang.Object
  extended by java.util.EventObject
      extended by jaxx.runtime.swing.model.GenericListEvent<B>
All Implemented Interfaces:
Serializable

public class GenericListEvent<B>
extends EventObject

Author:
sletellier
See Also:
Serialized Form

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

values

protected Collection<B> values
Constructor Detail

GenericListEvent

public GenericListEvent(Object source,
                        Collection<B> values)
Method Detail

getValues

public Collection<B> getValues()


Copyright © 2008-2012 CodeLutin. All Rights Reserved.