-
- All Implemented Interfaces:
public interface OnParticleSystemUpdateListenerCreated by dionsegijn on 5/31/17.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonParticleSystemStarted(KonfettiView view, Party party, Integer activeSystems)abstract UnitonParticleSystemEnded(KonfettiView view, Party party, Integer activeSystems)-
-
Method Detail
-
onParticleSystemStarted
abstract Unit onParticleSystemStarted(KonfettiView view, Party party, Integer activeSystems)
-
onParticleSystemEnded
abstract Unit onParticleSystemEnded(KonfettiView view, Party party, Integer activeSystems)
-
-
-
-