[Java] Class ObservableSet.MultiElementRemovedEvent

  • groovy.util.ObservableSet.MultiElementRemovedEvent
public static class ObservableSet.MultiElementRemovedEvent
extends ElementEvent

Constructor Summary

Constructors
Constructor and description
MultiElementRemovedEvent (Object source, List values)

Methods Summary

Methods
Type Params Return Type Name and description
public List getValues()

Constructor Detail

public MultiElementRemovedEvent(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.MultiElementRemovedEvent.html