org.lsst.ccs.bus
Class ValueNotification

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

public class ValueNotification
extends Object
implements Serializable

Author:
aubourg
See Also:
Serialized Form

Constructor Summary
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)
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.