Interface LXStructure.Listener

All Known Implementing Classes:
UIFixtureManager
Enclosing class:
LXStructure

public static interface LXStructure.Listener
Listener interface for the top-level structure
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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
    Invoked when a fixture has been removed from the structure
  • Method Details

    • fixtureAdded

      void fixtureAdded(LXFixture fixture)
      Invoked when a fixture has been added to the structure
      Parameters:
      fixture - Fixture added
    • fixtureRemoved

      void fixtureRemoved(LXFixture fixture)
      Invoked when a fixture has been removed from the structure
      Parameters:
      fixture - Fixture removed
    • fixtureMoved

      void fixtureMoved(LXFixture fixture, int index)
      Invoked when a fixture has been moved in the structure's fixture list
      Parameters:
      fixture - Fixture moved
      index - New index of the fixture