Interface LXSnapshotEngine.Listener

Enclosing class:
LXSnapshotEngine

public static interface LXSnapshotEngine.Listener
  • Method Details

    • snapshotAdded

      void snapshotAdded(LXSnapshotEngine engine, LXGlobalSnapshot snapshot)
      A new snapshot has been added to the engine
      Parameters:
      engine - Snapshot engine
      snapshot - Snapshot
    • snapshotRemoved

      void snapshotRemoved(LXSnapshotEngine engine, LXGlobalSnapshot snapshot)
      A snapshot has been removed from the engine
      Parameters:
      engine - Snapshot engine
      snapshot - Snapshot that was removed
    • snapshotMoved

      void snapshotMoved(LXSnapshotEngine engine, LXGlobalSnapshot snapshot)
      A snapshot's position in the engine has been moved
      Parameters:
      engine - Snapshot engine
      snapshot - Snapshot that has been moved