@JsFunction
public static interface EntityCollection.CollectionChangedEventCallback
| Modifier and Type | Method and Description |
|---|---|
void |
function(EntityCollection collection,
Entity[] added,
Entity[] removed,
Entity[] changed)
The signature of the event generated by EntityCollection#collectionChanged.
|
void function(EntityCollection collection, Entity[] added, Entity[] removed, Entity[] changed)
collection - The collection that triggered the event.added - The array of Entity instances that have been added to the collection.removed - The array of Entity instances that have been removed from the collection.changed - The array of Entity instances that have been modified.Copyright © 2019. All rights reserved.