Uses of Interface
gov.aps.jca.event.ContextExceptionListener
-
Packages that use ContextExceptionListener Package Description com.cosylab.epics.caj com.cosylab.epics.caj.cas gov.aps.jca gov.aps.jca.cas gov.aps.jca.event -
-
Uses of ContextExceptionListener in com.cosylab.epics.caj
Methods in com.cosylab.epics.caj that return ContextExceptionListener Modifier and Type Method Description ContextExceptionListener[]CAJContext. getContextExceptionListeners()Methods in com.cosylab.epics.caj with parameters of type ContextExceptionListener Modifier and Type Method Description voidCAJContext. addContextExceptionListener(ContextExceptionListener l)voidCAJContext. removeContextExceptionListener(ContextExceptionListener l) -
Uses of ContextExceptionListener in com.cosylab.epics.caj.cas
Methods in com.cosylab.epics.caj.cas that return ContextExceptionListener Modifier and Type Method Description ContextExceptionListener[]CAJServerContext. getContextExceptionListeners()Methods in com.cosylab.epics.caj.cas with parameters of type ContextExceptionListener Modifier and Type Method Description voidCAJServerContext. addContextExceptionListener(ContextExceptionListener l)voidCAJServerContext. removeContextExceptionListener(ContextExceptionListener l) -
Uses of ContextExceptionListener in gov.aps.jca
Methods in gov.aps.jca that return ContextExceptionListener Modifier and Type Method Description abstract ContextExceptionListener[]Context. getContextExceptionListeners()Methods in gov.aps.jca with parameters of type ContextExceptionListener Modifier and Type Method Description abstract voidContext. addContextExceptionListener(ContextExceptionListener l)Add a ContextExceptionListener to this context.abstract voidContext. removeContextExceptionListener(ContextExceptionListener l)Removes a ContextExceptionListener from this context. -
Uses of ContextExceptionListener in gov.aps.jca.cas
Methods in gov.aps.jca.cas that return ContextExceptionListener Modifier and Type Method Description abstract ContextExceptionListener[]ServerContext. getContextExceptionListeners()Methods in gov.aps.jca.cas with parameters of type ContextExceptionListener Modifier and Type Method Description abstract voidServerContext. addContextExceptionListener(ContextExceptionListener l)Add a ContextExceptionListener to this context.abstract voidServerContext. removeContextExceptionListener(ContextExceptionListener l)Removes a ContextExceptionListener from this context. -
Uses of ContextExceptionListener in gov.aps.jca.event
Classes in gov.aps.jca.event that implement ContextExceptionListener Modifier and Type Class Description classDefaultContextExceptionListenerA default implementation for ContextExceptionListener.Methods in gov.aps.jca.event with parameters of type ContextExceptionListener Modifier and Type Method Description voidAbstractEventDispatcher. dispatch(ContextExceptionEvent ev, ContextExceptionListener listener)voidDirectEventDispatcher. dispatch(ContextExceptionEvent ev, ContextExceptionListener cel)voidEventDispatcher. dispatch(ContextExceptionEvent ev, ContextExceptionListener listener)voidLatestMonitorOnlyQueuedEventDispatcher. dispatch(ContextExceptionEvent ev, ContextExceptionListener cel)voidQueuedEventDispatcher. dispatch(ContextExceptionEvent ev, ContextExceptionListener cel)
-