Interface Effect.EffectCeasedListener
- 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 ceases.
-
Method Summary
-
Method Details
-
ceased
Invoked when an effect ceases.- Parameters:
event- the event containing information about the ceased effect
-