org.epics.pvmanager
Class TypeSupport.Notification<T>

java.lang.Object
  extended by org.epics.pvmanager.TypeSupport.Notification<T>
Enclosing class:
TypeSupport<T>

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


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

TypeSupport.Notification

public TypeSupport.Notification(boolean notificationNeeded,
                                T newValue)
Method Detail

isNotificationNeeded

public boolean isNotificationNeeded()

getNewValue

public T getNewValue()


Copyright © 2010. All Rights Reserved.