public abstract class AbstractBlinker extends Object implements BlinkCallback
Constructor and Description |
---|
AbstractBlinker() |
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Dispose the blinker
|
protected void |
enableBlinking(boolean state) |
abstract void |
toggle(int globalCounter) |
public abstract void toggle(int globalCounter)
toggle
in interface BlinkCallback
public void dispose()
Calling dispose multiple times is a no-op
protected void enableBlinking(boolean state)
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.