Package arez.component


package arez.component
This package contains additional classes to support the component model used by Arez.
  • Class
    Description
    Interface implemented by components so that observers can observe the component without observing a particular property.
    Interface implemented by a component if it supports notifying listeners when the component is disposed.
    Interface implemented by components so that the underlying identifier can be exposed.
    Interface implemented by components that have references that need to be eagerly resolved.
    Exception thrown by repository when query produces no result when a result was expected.
    Exception thrown by repository when the query for a specific entity failed.
    An Locator implementation where you can register a function-per type to be resolved.
    Interface implemented by components that can verify their internal state.