com.jrockit.memleak
Interface INotificationService

All Known Implementing Classes:
NotificationService

public interface INotificationService

Author:
mpersson

Nested Class Summary
static interface INotificationService.IListener
           
 
Method Summary
 void addListener(INotificationService.IListener listener)
           
 void removeListener(INotificationService.IListener listener)
           
 

Method Detail

addListener

void addListener(INotificationService.IListener listener)
Parameters:
listener -

removeListener

void removeListener(INotificationService.IListener listener)
Parameters:
listener -


Copyright © 1999, 2011, Oracle and/or its affiliates. All rights reserved.