Klasse LocalGENASubscription

java.lang.Object
org.jupnp.model.gena.GENASubscription<LocalService>
org.jupnp.model.gena.LocalGENASubscription
Alle implementierten Schnittstellen:
PropertyChangeListener

public abstract class LocalGENASubscription extends GENASubscription<LocalService> implements PropertyChangeListener
An incoming subscription to a local service.

Uses the ServiceManager to read the initial state of the LocalService on instantation. Typically, the registerOnService() method is called next, and from this point forward all ServiceManager.EVENTED_STATE_VARIABLES property change events are detected by this subscription. After moderation of state variable values (frequency and range of changes), the GENASubscription.eventReceived() method is called. Delivery of the event message to the subscriber is not part of this class, but the implementor of GENASubscription.eventReceived().

Autor:
Christian Bauer, Jochen Hiller - Changed to use Compact2 compliant Java Beans