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

/openjdk7/jdk/src/share/classes/javax/management/modelmbean/
H A DRequiredModelMBean.java2530 inlistener,
2544 if (inlistener == null)
2592 attributeBroadcaster.addNotificationListener(inlistener,currFilter,
2604 NotificationListener inlistener, String inAttributeName)
2607 if (inlistener == null) throw new
2647 attributeBroadcaster.removeNotificationListener(inlistener);
2529 addAttributeChangeNotificationListener(NotificationListener inlistener, String inAttributeName, Object inhandback) argument
2603 removeAttributeChangeNotificationListener( NotificationListener inlistener, String inAttributeName) argument

Completed in 36 milliseconds