public abstract class GenericComposite extends Composite implements RegistrationManager.Listener
| Modifier and Type | Field and Description |
|---|---|
protected CallbackHandler |
callbackHandler |
protected RegistrationManager |
registrationManager |
| Constructor and Description |
|---|
GenericComposite(Composite parent,
int style,
java.util.Collection<Registration> registrations,
java.util.Map<java.lang.String,java.lang.String> properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
SummaryProvider |
getSummaryProvider() |
protected void |
handleDispose() |
void |
start() |
void |
stop() |
void |
triggerDataUpdate() |
protected abstract void |
updateState(java.util.Map<java.lang.String,DataValue> data,
SummaryInformation summaryInformation) |
protected final RegistrationManager registrationManager
protected final CallbackHandler callbackHandler
public GenericComposite(Composite parent,
int style,
java.util.Collection<Registration> registrations,
java.util.Map<java.lang.String,java.lang.String> properties)
public void start()
public void stop()
protected void handleDispose()
public SummaryProvider getSummaryProvider()
public void dispose()
public void triggerDataUpdate()
triggerDataUpdate in interface RegistrationManager.Listenerprotected abstract void updateState(java.util.Map<java.lang.String,DataValue> data, SummaryInformation summaryInformation)
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0