public interface ValueSource
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(DataStoreListener listener) |
void |
removeListener(DataStoreListener listener) |
boolean |
visit(ValueVisitor visitor,
java.util.Date start,
java.util.Date end)
Visit the value source
|
boolean visit(ValueVisitor visitor, java.util.Date start, java.util.Date end)
visitor - the visitorstart - the start timestampend - the end timestamptrue if more data should be read, false
otherwisevoid addListener(DataStoreListener listener)
void removeListener(DataStoreListener listener)
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