Package arez.spy

Interface ElementInfo

All Known Subinterfaces:
ComponentInfo, ComputableValueInfo, ObservableValueInfo, ObserverInfo, TaskInfo

public interface ElementInfo
A representation of an element exposed to spy framework.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the unique name of the element.
    boolean
    Return true if dispose() has been called on object.
  • Method Details

    • getName

      @Nonnull String getName()
      Return the unique name of the element.
      Returns:
      the name of the element.
    • isDisposed

      boolean isDisposed()
      Return true if dispose() has been called on object.
      Returns:
      true if dispose has been called.