Uses of Interface
org.robokind.api.common.property.PropertyChangeSource

Packages that use PropertyChangeSource
org.robokind.api.common.config   
org.robokind.api.common.lifecycle   
org.robokind.api.common.lifecycle.config   
org.robokind.api.common.lifecycle.utils   
org.robokind.api.common.osgi   
org.robokind.api.common.osgi.lifecycle   
org.robokind.api.common.property   
 

Uses of PropertyChangeSource in org.robokind.api.common.config
 

Classes in org.robokind.api.common.config that implement PropertyChangeSource
 class VersionProperty
          Defines a version.
 

Uses of PropertyChangeSource in org.robokind.api.common.lifecycle
 

Subinterfaces of PropertyChangeSource in org.robokind.api.common.lifecycle
 interface ManagedService<T>
          Manages a service throughout its lifetime of the service.
 interface ServiceLifecycleProvider<T>
          Manages the state and availability of a service through a Dependency- Injection pattern.
 

Classes in org.robokind.api.common.lifecycle that implement PropertyChangeSource
 class AbstractLifecycleProvider<I,T extends I>
          Abstract implementation of ServiceLifecycleProvider.
 

Uses of PropertyChangeSource in org.robokind.api.common.lifecycle.config
 

Classes in org.robokind.api.common.lifecycle.config that implement PropertyChangeSource
 class GenericLifecycle<T>
           
 

Uses of PropertyChangeSource in org.robokind.api.common.lifecycle.utils
 

Classes in org.robokind.api.common.lifecycle.utils that implement PropertyChangeSource
 class SimpleLifecycle<T>
          Defines an empty lifecycle for managing a service with no dependencies.
 

Uses of PropertyChangeSource in org.robokind.api.common.osgi
 

Classes in org.robokind.api.common.osgi that implement PropertyChangeSource
 class ServiceClassListener<T>
           
 class SingleServiceListener<T>
          Listens to the OSGi Service Registry for a single service, and provides service registration hooks.
 

Uses of PropertyChangeSource in org.robokind.api.common.osgi.lifecycle
 

Classes in org.robokind.api.common.osgi.lifecycle that implement PropertyChangeSource
 class ConfiguredServiceLifecycle<T,C,P>
           
 class OSGiComponent<T>
          An OSGi Service managed with a ServiceLifecycleProvider.
 class ServiceDependenciesTracker
          Monitors the OSGi Service Registry for a set of service dependencies.
 

Uses of PropertyChangeSource in org.robokind.api.common.property
 

Classes in org.robokind.api.common.property that implement PropertyChangeSource
 class PropertyChangeNotifier
          An implementation of PropertyChangeSource with helper methods for firing events.
 



Copyright © 2011-2013. All Rights Reserved.