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
    Modifier and Type Field Description
    protected java.util.Collection<B> values  

    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

    Modifier and Type Method Description
    java.util.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 Details

    • values

      protected java.util.Collection<B> values
  • Constructor Details

    • GenericListEvent

      public GenericListEvent​(java.lang.Object source, java.util.Collection<B> values)
  • Method Details

    • getValues

      public java.util.Collection<B> getValues()