public interface IntervalLoggerModel
DefaultIntervalLoggerModel| Modifier and Type | Method and Description |
|---|---|
void |
addProperty(IntervalProperty action)
Add a new property to be included when printing the status message.
|
IntervalProperty[] |
getProperties()
Return all properties.
|
void |
refresh()
Signal properties to update themselves.
|
void |
removeProperty(IntervalProperty action)
Remove property from status messages.
|
void addProperty(IntervalProperty action)
action - Property to addvoid removeProperty(IntervalProperty action)
action - Property to removeIntervalProperty[] getProperties()
void refresh()
Copyright © 2021. All rights reserved.