01: package example; 02: 03: /** 04: * Interface for the ListenerMBean. 05: */ 06: public interface ListenerMBean { 07: /** 08: * Returns the count of notifications received. 09: */ 10: public int getNotificationCount(); 11: }