public interface OsidReceiver
An OsidReceiver is used to receive asynchronous
notifications from a service. The receiver defines the interface to be
implemented by the consumer.
void up()
mandatory - This method must be implemented. void down()
mandatory - This method must be implemented.