implementation of the notification listener interface.
//System.out.println("server listener changed");
try {
serverManager.changed();
} catch (Throwable t) {
// don't want a client side exception to propogate back to the server
t.printStackTrace();
}