public IDataPublisher<T>
Interface to publish a data of type T to the class Ether
class Ether
Modifier and Type | Method and Description |
---|---|
void |
publish(T data)
Publish the data to the
class Ether |
void publish(T data)
Publish the data to the class Ether
class Ether