Uses of Class
gov.aps.jca.event.ContextExceptionEvent
-
Packages that use ContextExceptionEvent Package Description com.cosylab.epics.caj gov.aps.jca.event -
-
Uses of ContextExceptionEvent in com.cosylab.epics.caj
Methods in com.cosylab.epics.caj with parameters of type ContextExceptionEvent Modifier and Type Method Description voidCAJContext. notifyException(ContextExceptionEvent event)Notifies context listeners about exception. -
Uses of ContextExceptionEvent in gov.aps.jca.event
Methods in gov.aps.jca.event with parameters of type ContextExceptionEvent Modifier and Type Method Description voidContextExceptionListener. contextException(ContextExceptionEvent ev)voidDefaultContextExceptionListener. contextException(ContextExceptionEvent ev)voidAbstractEventDispatcher. dispatch(ContextExceptionEvent ev, ContextExceptionListener listener)voidDirectEventDispatcher. dispatch(ContextExceptionEvent ev, ContextExceptionListener cel)voidDirectEventDispatcher. dispatch(ContextExceptionEvent ev, List listeners)voidEventDispatcher. dispatch(ContextExceptionEvent ev, ContextExceptionListener listener)voidEventDispatcher. dispatch(ContextExceptionEvent ev, List listeners)voidLatestMonitorOnlyQueuedEventDispatcher. dispatch(ContextExceptionEvent ev, ContextExceptionListener cel)voidLatestMonitorOnlyQueuedEventDispatcher. dispatch(ContextExceptionEvent ev, List listeners)voidQueuedEventDispatcher. dispatch(ContextExceptionEvent ev, ContextExceptionListener cel)voidQueuedEventDispatcher. dispatch(ContextExceptionEvent ev, List listeners)
-