Package arez.component
Interface Linkable
public interface Linkable
Interface implemented by components that have references that need to be eagerly resolved.
The method on this interface should only be invoked by the runtime and not directly by external code.
-
Method Summary
-
Method Details
-
link
void link()Resolve any references. -
link
Link specified object if it is linkable.- Parameters:
object
- the object to link if linkable.
-