EffectUpdateListenerpublic interface EffectUpdateListener Some effects may issue callbacks to inform the host of changes to the effect state. This is the
listener interface for receiving those callbacks. |
Methods Summary |
---|
public void | onEffectUpdated(Effect effect, java.lang.Object info)Called when the effect state is updated.
|
|