Changes between Initial Version and Version 1 of Ticket #538, comment 8


Ignore:
Timestamp:
05.01.2014 20:52:04 (11 years ago)
Author:
Malte
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #538, comment 8

    initial v1  
    1 One other thing: In the listener implementation I may want to create some topics, isn't it crucial to have a users ClientState available then? If so, is there a way I can construct a proper one given just the "username"? Thanks for your help. 
     1One other thing: In the listener implementation I may want to create (or update) some topics, isn't it crucial to have a users ClientState available then? If so, is there a way I can construct a proper one given just the "username"? Thanks for your help. 
     2 
     3Edited: "to create (OR UPDATE) some topics" - It looks like I can't do that without a ClientState, at least I get a NullPointerException if I pass "null" as ClientState. Can you confirm this?