com.jrockit.memleak
Interface INotificationService.IListener

Enclosing interface:
INotificationService

public static interface INotificationService.IListener

Author:
mpersson

Field Summary
static INotificationService.IListener[] EMPTY_ARRAY
          An empty INotificationService.IListener array.
 
Method Summary
 void somethingChanged(java.util.Set<java.lang.Object> tokenSet)
           
 

Field Detail

EMPTY_ARRAY

static final INotificationService.IListener[] EMPTY_ARRAY
An empty INotificationService.IListener array.

Method Detail

somethingChanged

void somethingChanged(java.util.Set<java.lang.Object> tokenSet)
Parameters:
tokenSet -


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