[Java] Class ObservableSet.MultiElementAddedEvent
- groovy.util.ObservableSet.MultiElementAddedEvent
public static class ObservableSet.MultiElementAddedEvent extends ElementEvent
Constructor Summary
Constructor and description |
---|
MultiElementAddedEvent
(Object source, List values) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public List |
getValues() |
Constructor Detail
public MultiElementAddedEvent(Object source, List values)
Method Detail
public List getValues()
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/groovy/util/ObservableSet.MultiElementAddedEvent.html