public static interface EntitySubscription.SubscriptionListener
This interfaces reports entities inserted or
removed when matched against their EntitySubscription
Modifier and Type | Method and Description |
---|---|
void |
inserted(IntBag entities)
Called after entities have been matched and inserted into an
EntitySubscription.
|
void |
removed(IntBag entities)
Called after entities have been removed from an EntitySubscription.
|
void inserted(IntBag entities)
void removed(IntBag entities)
Called after entities have been removed from an EntitySubscription.
Explicitly removed components are only retrievable at this point
if annotated with DelayedComponentRemoval
.
Deleted entities retain all their components until - all listeners have been informed.
Copyright © 2016. All rights reserved.