Uses of Interface
org.csstudio.utility.pv.PV

Packages that use PV
org.csstudio.utility.pv 'PV' for EPICS and simulated channels 
 

Uses of PV in org.csstudio.utility.pv
 

Methods in org.csstudio.utility.pv that return PV
 PV IPVFactory.createPV(java.lang.String name)
          Create a PV for the given channel name.
static PV PVFactory.createPV(java.lang.String name)
          Create a PV for the given channel name, using the PV factory selected via the prefix of the channel name, or the default PV factory if no prefix is included in the channel name.
 

Methods in org.csstudio.utility.pv with parameters of type PV
 void PVListener.pvDisconnected(PV pv)
          Notification of a PV disconnect.
 void PVListener.pvValueUpdate(PV pv)
          Notification of a new value.