Groovy Documentation

griffon.effects
[Groovy] Interface CompositeEffect

griffon.effects.CompositeEffect
  griffon.effects.Effect
All Superinterfaces:
Effect

interface CompositeEffect
extends Effect

Base interface for all composite Effects.

The following parameters are shared across all effects unless otherwise specified

Authors:
Andres Almiray


Method Summary
List makeEffects()

Returns a list of effects to run

 
Methods inherited from interface Effect
getCallback, getComponent, getParams, run
 
Methods inherited from interface Runnable
run
 

Method Detail

makeEffects

List makeEffects()
Returns a list of effects to run

Returns:
the List of effects this CompositeEffect will run


 

Groovy Documentation