public static class DDRegistry.DDChangeMarker extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
add(BaseBean b)
Add a graph to the marker list.
|
void |
add(DDRegistry.DDChangeMarker cm)
If any graph of the added marker change, the current marker is
also considered changed.
|
void |
add(DDRegistryParser.DDCursor c)
Add the graph the cursor belongs to, to the marker list
|
String |
dump()
Dump all the registered markers
|
StringBuffer |
dump(StringBuffer sb,
String indent,
long ts) |
boolean |
hasChanged()
Return true if a change event happen between the last resetTime
and now.
|
void |
remove(BaseBean b) |
void |
remove(DDRegistry.DDChangeMarker cm)
removal methods.
|
void |
remove(DDRegistryParser.DDCursor c) |
void |
resetTime()
Reset the marke change time.
|
int |
size() |
String |
toString() |
public int size()
public void add(DDRegistry.DDChangeMarker cm)
public void add(BaseBean b)
public void add(DDRegistryParser.DDCursor c)
public void remove(DDRegistry.DDChangeMarker cm)
public void remove(BaseBean b)
public void remove(DDRegistryParser.DDCursor c)
public void resetTime()
public boolean hasChanged()
public String dump()
public StringBuffer dump(StringBuffer sb, String indent, long ts)
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.