Event called when the universe connection is lost.
This event indicates that the connection to the universe server has been severed.
void handle_universe_disconnect (void)
{
printf ("Connection to universe lost\n");
}
aw_event_set (AW_EVENT_UNIVERSE_DISCONNECT, handle_universe_disconnect);