org.epics.pvmanager
Class Notification<T>

java.lang.Object
  extended by org.epics.pvmanager.Notification<T>

public class Notification<T>
extends java.lang.Object

Since:
19.01.2011
Author:
carcassi

Constructor Summary
Notification(boolean notificationNeeded, T newValue)
           
 
Method Summary
 T getNewValue()
           
 boolean isNotificationNeeded()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Notification

public Notification(boolean notificationNeeded,
                    T newValue)
Method Detail

isNotificationNeeded

public boolean isNotificationNeeded()

getNewValue

public T getNewValue()


Copyright © 2011. All Rights Reserved.