|
SienaXML (v.2.0.0) API documentation | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Subject
This interface is used by the XMLSubscriptionHandler to implement a observer pattern
Method Summary | |
---|---|
void |
attach(Observer observer)
This method is used to attach an observer to the XMLSubscriptionHandler. |
void |
detach(Observer observer)
This removes an observer from the XMLSubscriptionHandler's list of observers |
void |
inform()
This method is used to inform all observers of a change in the state of the observable object. |
Method Detail |
---|
void attach(Observer observer)
observer
- The observer to notify when XML subscriptions come in.void detach(Observer observer)
observer
- The observer to remove from the listvoid inform()
|
SienaXML (v.2.0.0) API documentation | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |