public static interface LXStructure.Listener
| Modifier and Type | Method and Description |
|---|---|
void |
fixtureAdded(LXFixture fixture)
Invoked when a fixture has been added to the structure
|
void |
fixtureMoved(LXFixture fixture,
int index)
Invoked when a fixture has been moved in the structure's fixture list
|
void |
fixtureRemoved(LXFixture fixture)
Invoked when a fixture has been removed from the structure
|
void fixtureAdded(LXFixture fixture)
fixture - Fixture addedvoid fixtureRemoved(LXFixture fixture)
fixture - Fixture removedvoid fixtureMoved(LXFixture fixture, int index)
fixture - Fixture movedindex - New index of the fixtureLX library by Mark C. Slee. © 2012-2020