Searched refs:getLast (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/base/
H A DNotificationEmitterServiceTest.java100 public Notification getLast() { return mNotification; } method in class:NotificationEmitterServiceTest.testEmitListener
129 while (listener.getLast() == null) {
133 final Notification retrieved = listener.getLast();

Completed in 10 milliseconds