public class DisplayBlinkServiceImpl extends Object implements BlinkService
All methods must be called from the SWT display thread. Use Display.asyncExec(Runnable)
or Display.syncExec(Runnable)
if necessary.
The class is multi-thread safe by single domain access using the SWT Display
Constructor and Description |
---|
DisplayBlinkServiceImpl(org.eclipse.swt.widgets.Display display) |
Modifier and Type | Method and Description |
---|---|
void |
addListener(BlinkCallback bc) |
protected void |
checkDisplay() |
void |
removeListener(BlinkCallback bc) |
void |
start() |
void |
stop() |
protected void |
tick() |
public DisplayBlinkServiceImpl(org.eclipse.swt.widgets.Display display)
public void addListener(BlinkCallback bc)
addListener
in interface BlinkService
public void removeListener(BlinkCallback bc)
removeListener
in interface BlinkService
public void start()
public void stop()
protected void tick()
protected void checkDisplay()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.