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.

@FunctionalInterface public static interface Effect.EffectCeasedListener extends EventListener
Listener interface for receiving notifications when an effect ceases.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked when an effect ceases.
  • Method Details

    • ceased

      void ceased(EffectEvent event)
      Invoked when an effect ceases.
      Parameters:
      event - the event containing information about the ceased effect