I am looking for some sort of tutes that I can learn how to write my own
Events for non GUI based things. Such as incomming messages, or socket
activity.
I don't want to use anything in the awt package :)
Also while I am going down that path, is the correct way to make a Queue
that holds on the list being empty to put itself on wait() and then be
awoken with a notifyAll() ?