org.apache.hivemind
Interface LocationHolder

All Superinterfaces:
Locatable
All Known Implementing Classes:
BaseLocatable

public interface LocationHolder
extends Locatable

Common interface for objects that can hold a location, typically, the location within a Resource from which the object was created.

Author:
Howard Lewis Ship

Method Summary
 void setLocation(Location location)
           
 
Methods inherited from interface org.apache.hivemind.Locatable
getLocation
 

Method Detail

setLocation

public void setLocation(Location location)