1 22 package org.jboss.management.mejb; 23 24 import javax.management.NotificationListener ; 25 import javax.management.ObjectName ; 26 27 30 public class SearchClientNotificationListener 31 extends ClientNotificationListener 32 { 33 34 public SearchClientNotificationListener(ObjectName pSender, 35 NotificationListener pClientListener) 36 { 37 super(pSender, pClientListener, null); 38 } 39 40 } 41 | Popular Tags |