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 TypeMethodDescriptiongetName()
Return the unique name of the element.boolean
Return true if dispose() has been called on object.
-
Method Details
-
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.
-