Searched defs:notifiee (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/util/concurrent/FutureTask/
H A DBlockingTaskExecutor.java93 /** Has the notifiee been notified? */
122 private final NotificationReceiver notifiee; field in class:BlockingTaskExecutor.BlockingTask
124 BlockingTask(NotificationReceiver notifiee) { argument
125 this.notifiee = notifiee;
129 notifiee.sendNotification();

Completed in 150 milliseconds