Needed a possibility to notify a thread about event occurred in anothre thread. Originally other attemps were made to organize the necessary approach inside that threads but then idea came up to use a separate object for this kind of synchronization and it finally came out as pretty intelegent light easy to read approach so good that I wanted to share it with you.
And usage example.
Java HTML generated using Java2html
/**
|
And usage example.
public class EventWaiterTest {
|
Java HTML generated using Java2html

