public abstract class AbstractBaseConfiguration extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
initialUpdate |
Constructor and Description |
---|
AbstractBaseConfiguration(AbstractBaseConfiguration currentConfiguration) |
Modifier and Type | Method and Description |
---|---|
protected void |
addEvent(Event.EventBuilder builder) |
protected Event.EventBuilder |
create(Object value,
UserInformation userInformation) |
protected abstract void |
injectEventAttributes(Event.EventBuilder builder) |
protected abstract void |
sendEvent(Event event) |
void |
sendEvents() |
protected <T> T |
update(UserInformation userInformation,
T oldValue,
T newValue) |
public AbstractBaseConfiguration(AbstractBaseConfiguration currentConfiguration)
protected abstract void injectEventAttributes(Event.EventBuilder builder)
protected abstract void sendEvent(Event event)
public void sendEvents()
protected void addEvent(Event.EventBuilder builder)
protected Event.EventBuilder create(Object value, UserInformation userInformation)
protected <T> T update(UserInformation userInformation, T oldValue, T newValue)
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.