org.lsst.ccs.bus
Class ValueNotification

java.lang.Object
  extended by org.lsst.ccs.bus.ValueNotification
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DataValueNotification

public class ValueNotification
extends Object
implements Serializable

Author:
aubourg
See Also:
Serialized Form

Constructor Summary
protected ValueNotification()
           
  ValueNotification(String name, Object data)
           
  ValueNotification(String name, Object data, long tStamp)
           
 
Method Summary
 Object getData()
           
 String getName()
           
 long gettStamp()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValueNotification

public ValueNotification(String name,
                         Object data)

ValueNotification

public ValueNotification(String name,
                         Object data,
                         long tStamp)

ValueNotification

protected ValueNotification()
Method Detail

getName

public String getName()

getData

public Object getData()

gettStamp

public long gettStamp()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 LSST. All Rights Reserved.