[Java] Class ObservableMap.MultiPropertyEvent
- groovy.util.ObservableMap.MultiPropertyEvent
public static class ObservableMap.MultiPropertyEvent extends PropertyEvent
Field Summary
Modifiers | Name | Description |
---|---|---|
static String | MULTI_PROPERTY |
Constructor Summary
Constructor and description |
---|
MultiPropertyEvent
(Object source, PropertyEvent[] events) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public PropertyEvent[] |
getEvents() |
Field Detail
public static final String MULTI_PROPERTY
Constructor Detail
public MultiPropertyEvent(Object source, PropertyEvent[] events)
Method Detail
public PropertyEvent[] getEvents()
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/groovy/util/ObservableMap.MultiPropertyEvent.html