cz.cuni.amis.pogamut.base.utils.jmx.flag
Class FlagChangeNotification<T>

Package class diagram package FlagChangeNotification
java.lang.Object
  extended by java.util.EventObject
      extended by javax.management.Notification
          extended by cz.cuni.amis.pogamut.base.utils.jmx.flag.FlagChangeNotification<T>
All Implemented Interfaces:
Serializable

public class FlagChangeNotification<T>
extends Notification

Author:
Ik
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.management.Notification
source
 
Constructor Summary
FlagChangeNotification(JMXFlagDecorator d, T newValue)
           
 
Method Summary
 
Methods inherited from class javax.management.Notification
getMessage, getSequenceNumber, getTimeStamp, getType, getUserData, setSequenceNumber, setSource, setTimeStamp, setUserData, toString
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FlagChangeNotification

public FlagChangeNotification(JMXFlagDecorator d,
                              T newValue)


Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.