Package heronarts.lx.mixer
Interface LXChannel.Listener
- All Superinterfaces:
LXAbstractChannel.Listener,LXBus.Listener
- All Known Implementing Classes:
LXChannelClip,PatternClipLane
- Enclosing class:
LXChannel
Listener interface for objects which want to be notified when the internal
channel state is modified.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidgroupChanged(LXChannel channel, LXGroup group) default voidpatternAdded(LXChannel channel, LXPattern pattern) default voidpatternDidChange(LXChannel channel, LXPattern pattern) default voidpatternEnabled(LXChannel channel, LXPattern pattern) default voidpatternMoved(LXChannel channel, LXPattern pattern) default voidpatternRemoved(LXChannel channel, LXPattern pattern) default voidpatternWillChange(LXChannel channel, LXPattern pattern, LXPattern nextPattern) Methods inherited from interface heronarts.lx.mixer.LXAbstractChannel.Listener
indexChangedMethods inherited from interface heronarts.lx.mixer.LXBus.Listener
effectAdded, effectMoved, effectRemoved
-
Method Details
-
groupChanged
-
patternAdded
-
patternRemoved
-
patternMoved
-
patternWillChange
-
patternDidChange
-
patternEnabled
-