Does anyone know how to use the removeMessageListener method in the muse api ?

Ie

session.getConnection().addConnectionListener(new DefaultConnectionListener());
jsession.removeMessageListener(???);
session.getConnection().addMessageListener(new DefaultMessageListener());
jsession.removeMessageListener(???);


I can't seem to figure out what to put where the ??? are.

Thanks

_______________________________________________
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev

Reply via email to