public abstract class AbstractBaseConfiguration
extends java.lang.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(java.lang.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(java.lang.Object value, UserInformation userInformation)
protected <T> T update(UserInformation userInformation,
T oldValue,
T newValue)
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