public abstract class ScheduledDataItem extends DataItemInputCommon implements java.lang.Runnable, SuspendableDataItem
listener| Constructor and Description |
|---|
ScheduledDataItem(java.lang.String name,
java.util.concurrent.ScheduledExecutorService scheduler,
int period) |
| Modifier and Type | Method and Description |
|---|---|
void |
suspend()
Called when the listener is set from a valid listener to
null |
void |
wakeup()
Called when the listener is set from
null to a valid listener |
getAttributes, getCacheAttributes, getCacheValue, readValue, startSetAttributes, updateDatastartWriteValuegetInformation, handleListenerChange, notifyData, notifyData, setListenerpublic ScheduledDataItem(java.lang.String name,
java.util.concurrent.ScheduledExecutorService scheduler,
int period)
public void suspend()
SuspendableDataItemnullsuspend in interface SuspendableDataItempublic void wakeup()
SuspendableDataItemnull to a valid listenerwakeup in interface SuspendableDataItem
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