Interface LiveInstanceChangedListener


public interface LiveInstanceChangedListener
  • Method Details

    • handleNewInstances

      void handleNewInstances(Set<Instance> newInstances)
    • handleDeletedInstances

      void handleDeletedInstances(Set<Instance> deletedInstances)