NetworkServerAbstract: add constructor taking NetworkMessageEventListenerManager...
authorEddie <dev@fun2be.me>
Sat, 6 Jun 2015 09:04:57 +0000 (10:04 +0100)
committerEddie <dev@fun2be.me>
Sat, 6 Jun 2015 09:37:32 +0000 (10:37 +0100)
commita0b1b360955fe86025daed426d44e09b57807a91
treed63420bd86e8a4825736ccd9af0c23958496ea14
parentc56ebb90c4637fd43332619a25305e1a6a333f60
NetworkServerAbstract: add constructor taking NetworkMessageEventListenerManager, {set,get}Title(), missing javadocs, simplify logging

Modify constructors so there is one that will take an external
NetworkEventListenerManager rather than only creating one internally.
Make less specific argument list versions call their more specific
alternative.

Introduce {set,get}Title(). This supports clients that, after login, need to include
the userID in outgoing NetworkMessage, MessagePresence, and other data.

Simplify logging using a local project-standardised logp().
src/uk/ac/ntu/n0521366/wsyd/libs/net/NetworkServerAbstract.java