| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Poll Archive Provider interface. If an archive provider implements this interface, poll-related information is conveyed using the methods in this interface as opposed to onMessage otherwise. The PolsterHelper class is used to retrive information about a poll and later interpret responses to this poll.
| Method Summary | |
|  void | newPoll(java.lang.String originator,
        Poll pollData)invoked when a new poll message is received | 
|  void | pollAnswer(java.lang.String originator,
           java.lang.String pollId,
           java.lang.String answer)invoked when a poll answer to an existing poll is received. | 
| Method Detail | 
public void newPoll(java.lang.String originator,
                    Poll pollData)
originator - poll answer senderpollData - poll data
public void pollAnswer(java.lang.String originator,
                       java.lang.String pollId,
                       java.lang.String answer)
originator - poll answer senderpollId - unique poll IDanswer - answer| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||