| org.araneaframework.Relocatable
Relocatable | public interface Relocatable extends Serializable(Code) | | Relocatable is a component that can be relocated from one parent to another. As the
Environment of a component can be inhereted from the parent and the new parent's Environment can differ, this
class provides
Interface.overrideEnvironment(Environment) for resetting the
Environment .
This interface should not be used directly, subinterfaces
RelocatableComponent ,
RelocatableService , and
RelocatableWidget should be used.
author: "Toomas Römer" author: Jevgeni Kabanov (ekabanov at araneaframework dot org) |
Inner Class :public interface Interface extends Serializable | |
Inner Class :public interface RelocatableService extends RelocatableComponent,Service,Serializable | |
Inner Class :public interface RelocatableWidget extends RelocatableService,Widget,Serializable | |
|
|