public interface LocationAware
Zephyr Business Solution
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
informLocation(java.lang.Object obj,
Location loc)
Transform an evaluated object to an object that
has the location information recorded somewhere.
|
java.lang.Object informLocation(java.lang.Object obj,
Location loc)
Client can either create a new object that has the location info, or use some setter methods to set the location.
obj - the evaluated result.loc - the location of the expression that evaluates to this result.