org.apache.hivemind
Interface LocationHolder

All Superinterfaces:
Locatable
All Known Implementing Classes:
AbstractExtensionPoint, AbstractServiceImplementationConstructor, AbstractServiceInterceptorConstructor, BaseLocatable, ConfigurationPointImpl, CreateClassServiceConstructor, EventLinkerImpl, EventRegistration, MethodContribution, ModuleImpl, ServicePointImpl, SingletonServiceModelFactory, StartupImpl

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

void setLocation(Location location)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.