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.

@FunctionalInterface public static interface Effect.EffectAppliedListener extends EventListener
Listener interface for receiving notifications when an effect is applied.
  • Method Summary

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

    • applied

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