public abstract class StyleBlinker extends AbstractBlinker implements StyleHandler
Modifier and Type | Class and Description |
---|---|
static class |
StyleBlinker.CurrentStyle |
StyleHandler.RGBInformation, StyleHandler.Style
Constructor and Description |
---|
StyleBlinker() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
needBlink(StyleHandler.Style style) |
void |
setStyle(StyleHandler.Style style) |
void |
toggle(int globalCounter) |
abstract void |
update(StyleBlinker.CurrentStyle currentStyle) |
dispose, enableBlinking
public void setStyle(StyleHandler.Style style)
setStyle
in interface StyleHandler
protected boolean needBlink(StyleHandler.Style style)
public void toggle(int globalCounter)
toggle
in interface BlinkCallback
toggle
in class AbstractBlinker
public abstract void update(StyleBlinker.CurrentStyle currentStyle)