test.compliance.core.notification
Class Listener

java.lang.Object
  extended by test.compliance.core.notification.Listener
All Implemented Interfaces:
EventListener, NotificationListener

public class Listener
extends Object
implements NotificationListener

Author:
Tom Elrod

Constructor Summary
Listener(int expectedCount)
           
 
Method Summary
 int getCount()
           
 void handleNotification(Notification event, Object handback)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Listener

public Listener(int expectedCount)
Method Detail

getCount

public int getCount()

handleNotification

public void handleNotification(Notification event,
                               Object handback)
Specified by:
handleNotification in interface NotificationListener


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.