Uses of Interface
xal.ca.PutListener
Packages that use PutListener
Package
Description
The Open XAL EPICS7 plugin was introduced in v4.0.
-
Uses of PutListener in xal.ca
Methods in xal.ca with parameters of type PutListenerModifier and TypeMethodDescriptionabstract voidChannel.putRawValCallback(byte[] newVal, PutListener listener) Asynchronously put a raw value to the channel process variable.abstract voidChannel.putRawValCallback(byte newVal, PutListener listener) Asynchronously put a raw value to the channel process variable.abstract voidChannel.putRawValCallback(double[] newVal, PutListener listener) Asynchronously put a raw value to the channel process variable.abstract voidChannel.putRawValCallback(double newVal, PutListener listener) Asynchronously put a raw value to the channel process variable.abstract voidChannel.putRawValCallback(float[] newVal, PutListener listener) Asynchronously put a raw value to the channel process variable.abstract voidChannel.putRawValCallback(float newVal, PutListener listener) Asynchronously put a raw value to the channel process variable.abstract voidChannel.putRawValCallback(int[] newVal, PutListener listener) Asynchronously put a raw value to the channel process variable.abstract voidChannel.putRawValCallback(int newVal, PutListener listener) Asynchronously put a raw value to the channel process variable.abstract voidChannel.putRawValCallback(long[] newVal, PutListener listener) Asynchronously put a raw value to the channel process variable.abstract voidChannel.putRawValCallback(long newVal, PutListener listener) Asynchronously put a raw value to the channel process variable.abstract voidChannel.putRawValCallback(short[] newVal, PutListener listener) Asynchronously put a raw value to the channel process variable.abstract voidChannel.putRawValCallback(short newVal, PutListener listener) Asynchronously put a raw value to the channel process variable.abstract voidChannel.putRawValCallback(String[] newVal, PutListener listener) Asynchronously put a raw value to the channel process variable.abstract voidChannel.putRawValCallback(String newVal, PutListener listener) Asynchronously put a raw value to the channel process variable.final voidChannel.putValCallback(byte[] newVal, PutListener listener) Asynchronously put a value to the channel process variable.final voidChannel.putValCallback(byte newVal, PutListener listener) Asynchronously put a value to the channel process variable.final voidChannel.putValCallback(double[] newVal, PutListener listener) Asynchronously put a value to the channel process variable.final voidChannel.putValCallback(double newVal, PutListener listener) Asynchronously put a value to the channel process variable.final voidChannel.putValCallback(float[] newVal, PutListener listener) Asynchronously put a value to the channel process variable.final voidChannel.putValCallback(float newVal, PutListener listener) Asynchronously put a value to the channel process variable.final voidChannel.putValCallback(int[] newVal, PutListener listener) Asynchronously put a value to the channel process variable.final voidChannel.putValCallback(int newVal, PutListener listener) Asynchronously put a value to the channel process variable.final voidChannel.putValCallback(long[] newVal, PutListener listener) Asynchronously put a value to the channel process variable.final voidChannel.putValCallback(long newVal, PutListener listener) Asynchronously put a value to the channel process variable.final voidChannel.putValCallback(short[] newVal, PutListener listener) Asynchronously put a value to the channel process variable.final voidChannel.putValCallback(short newVal, PutListener listener) Asynchronously put a value to the channel process variable.final voidChannel.putValCallback(Object newVal, PutListener listener) Asynchronously put a value to the channel process variable.final voidChannel.putValCallback(String[] newVal, PutListener listener) Asynchronously put a value to the channel process variable.final voidChannel.putValCallback(String newVal, PutListener listener) Asynchronously put a value to the channel process variable. -
Uses of PutListener in xal.plugin.epics7
Methods in xal.plugin.epics7 with parameters of type PutListenerModifier and TypeMethodDescriptionvoidEpics7Channel.putRawValCallback(byte[] newVal, PutListener listener) voidEpics7Channel.putRawValCallback(byte newVal, PutListener listener) voidEpics7Channel.putRawValCallback(double[] newVal, PutListener listener) voidEpics7Channel.putRawValCallback(double newVal, PutListener listener) voidEpics7Channel.putRawValCallback(float[] newVal, PutListener listener) voidEpics7Channel.putRawValCallback(float newVal, PutListener listener) voidEpics7Channel.putRawValCallback(int[] newVal, PutListener listener) voidEpics7Channel.putRawValCallback(int newVal, PutListener listener) voidEpics7Channel.putRawValCallback(long[] newVal, PutListener listener) voidEpics7Channel.putRawValCallback(long newVal, PutListener listener) voidEpics7Channel.putRawValCallback(short[] newVal, PutListener listener) voidEpics7Channel.putRawValCallback(short newVal, PutListener listener) voidEpics7Channel.putRawValCallback(String[] newVal, PutListener listener) voidEpics7Channel.putRawValCallback(String newVal, PutListener listener) voidEpics7Channel.putRawValCallback(PutListener listener, EventListener putListener) -
Uses of PutListener in xal.plugin.epics7.server
Methods in xal.plugin.epics7.server with parameters of type PutListenerModifier and TypeMethodDescriptionvoidEpics7ServerChannel.putRawValCallback(byte[] newVal, PutListener listener) voidEpics7ServerChannel.putRawValCallback(byte newVal, PutListener listener) voidEpics7ServerChannel.putRawValCallback(double[] newVal, PutListener listener) voidEpics7ServerChannel.putRawValCallback(double newVal, PutListener listener) voidEpics7ServerChannel.putRawValCallback(float[] newVal, PutListener listener) voidEpics7ServerChannel.putRawValCallback(float newVal, PutListener listener) voidEpics7ServerChannel.putRawValCallback(int[] newVal, PutListener listener) voidEpics7ServerChannel.putRawValCallback(int newVal, PutListener listener) voidEpics7ServerChannel.putRawValCallback(long[] newVal, PutListener listener) Long is not supported in EPICS3, so they are cast to int for CA.voidEpics7ServerChannel.putRawValCallback(long newVal, PutListener listener) Long is not supported in EPICS3, so they are cast to int for CA.voidEpics7ServerChannel.putRawValCallback(short[] newVal, PutListener listener) voidEpics7ServerChannel.putRawValCallback(short newVal, PutListener listener) voidEpics7ServerChannel.putRawValCallback(String[] newVal, PutListener listener) voidEpics7ServerChannel.putRawValCallback(String newVal, PutListener listener)