Uses of Class
org.epics.pvmanager.ThreadSwitch

Packages that use ThreadSwitch
org.epics.pvmanager This package contains all the basic compononents of the PVManager framework and the basic support for the language to define the creation. 
 

Uses of ThreadSwitch in org.epics.pvmanager
 

Methods in org.epics.pvmanager that return ThreadSwitch
static ThreadSwitch ThreadSwitch.onSwingEDT()
          Tells the PV manager to notify on the Swing Event Dispatch Thread using SwingUtilities.invokeLater().
static ThreadSwitch ThreadSwitch.onTimerThread()
          Tells the PV manager to notify on the timer thread.
 

Methods in org.epics.pvmanager with parameters of type ThreadSwitch
 PVManager.PVManagerExpression<T> PVManager.PVManagerExpression.andNotify(ThreadSwitch onThread)
          Defines on which thread the PVManager should notify the client.
static void PVManager.setDefaultThread(ThreadSwitch threadSwitch)
          Changes the default thread on which notifications are going to be posted.
 



Copyright © 2011. All Rights Reserved.