Interface Effect.EffectAppliedListener
- All Superinterfaces:
EventListener
- Enclosing class:
Effect
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Listener interface for receiving notifications when an effect is applied.
-
Method Summary
Modifier and TypeMethodDescriptionvoidapplied(EffectEvent event) Invoked when an effect is applied.
-
Method Details
-
applied
Invoked when an effect is applied.- Parameters:
event- the event containing information about the applied effect
-