|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SubscriptionHandler
Interface for a subscription handler. This allows to use the UIProxy for different event systems.
| Method Summary | |
|---|---|
void |
cancel(String subscriptionid)
Cancel a subscription. |
String |
subscribe(Consumer subscriber,
String subscription)
Handle a subscription request. |
| Method Detail |
|---|
String subscribe(Consumer subscriber,
String subscription)
throws SubscriptionFailed
subscriber - The consumer.subscription - The specification of the generic subscription.
SubscriptionFailed - If the subscription could not be made.void cancel(String subscriptionid)
subscriptionid - The ID of the subscription to cancel.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||