|
xmlBlaster 2.1.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface I_SubscriptionListener
Listens on subscriptionRemove and subscriptionAdded events.
The events are fired by the Authenticate object.
| Field Summary | |
|---|---|
static java.lang.Integer |
PRIO_01
|
static java.lang.Integer |
PRIO_05
|
static java.lang.Integer |
PRIO_10
|
| Method Summary | |
|---|---|
java.lang.Integer |
getPriority()
The priority by which it will be invoked. |
void |
subscriptionAdd(SubscriptionEvent e)
Invoked on successful subscription login |
void |
subscriptionRemove(SubscriptionEvent e)
Invoked when subscription does a logout |
| Field Detail |
|---|
static final java.lang.Integer PRIO_01
static final java.lang.Integer PRIO_05
static final java.lang.Integer PRIO_10
| Method Detail |
|---|
java.lang.Integer getPriority()
void subscriptionAdd(SubscriptionEvent e)
throws XmlBlasterException
XmlBlasterException
void subscriptionRemove(SubscriptionEvent e)
throws XmlBlasterException
XmlBlasterException
|
xmlBlaster 2.1.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||