com.jrockit.mc.rjmx.subscription
Interface IAttributeValueListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
NotificationRule

public interface IAttributeValueListener
extends java.util.EventListener

Interface for classes that want to subscribe on changes in an attributes value.

Author:
Marcus Hirt

Method Summary
 void valueChanged(AttributeValueEvent event)
          This method will be called whenever the subscribed attribute's value has changed.
 

Method Detail

valueChanged

void valueChanged(AttributeValueEvent event)
This method will be called whenever the subscribed attribute's value has changed.

Parameters:
event - the event containing change information.


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