public abstract class DefaultStorable extends Object
| Modifier and Type | Field and Description | 
|---|---|
| protected SensorStorage | storage | 
| Constructor and Description | 
|---|
| DefaultStorable() | 
| DefaultStorable(SensorStorage storage) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract void | doSave() | 
| void | save() | 
| String | toString() | 
protected final transient SensorStorage storage
public DefaultStorable()
public DefaultStorable(@Nullable SensorStorage storage)
Copyright © 2009–2016 SonarSource. All rights reserved.