Interface ResourceListListener

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface @API(status=STABLE, since="2.0.0-milestone.1.2") public interface ResourceListListener
A listener for resource list operations. Can be used on a ListenableResourceList.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when a list operation has occurred.
  • Method Details

    • onChanged

      void onChanged(ResourceList.OperationResult change)
      Called when a list operation has occurred.
      Parameters:
      change - the change