public interface Observer
CodeBlock
when its event is firedModifier and Type | Method and Description |
---|---|
int |
id()
Unique value identifying the observer.
|
void |
remove()
Removes the observer and its accompanying
CodeBlock from the board |
int id()
MetaWearBoard.lookupObserver(int)
to retrieve an existing observervoid remove()
CodeBlock
from the board