A C D E F G H I M N O P R S T V

E

Event - Interface in com.ibm.connections.spi.events.object
This interface defines the public SPI for events generated by IBM Connections.
Event.Scope - Enum in com.ibm.connections.spi.events.object
Represents the visibility of the event (or more accurately) the resource the event represents.
Event.Type - Enum in com.ibm.connections.spi.events.object
Represents the type of event.
EventHandler - Interface in com.ibm.connections.spi.events
Event handlers can be registered to receive events as and when they are generated by IBM Connections.
EventHandlerException - Exception in com.ibm.connections.spi.events
Exception that event handlers can throw if the handling of an event has problems.
EventHandlerException(String) - Constructor for exception com.ibm.connections.spi.events.EventHandlerException
 
EventHandlerException(Throwable) - Constructor for exception com.ibm.connections.spi.events.EventHandlerException
 
EventHandlerException(String, Throwable) - Constructor for exception com.ibm.connections.spi.events.EventHandlerException
 
EventHandlerInitException - Exception in com.ibm.connections.spi.events
Exception thrown by event handlers if their initialization fails
EventHandlerInitException(String) - Constructor for exception com.ibm.connections.spi.events.EventHandlerInitException
 
EventHandlerInitException(Throwable) - Constructor for exception com.ibm.connections.spi.events.EventHandlerInitException
 
EventHandlerInitException(String, Throwable) - Constructor for exception com.ibm.connections.spi.events.EventHandlerInitException
 
ExternalRecipient - Interface in com.ibm.connections.spi.events.object
Interface to a recipient class, where the recipient represents a non IBM Connections user, identified by email address who is the recipient of a notification.

A C D E F G H I M N O P R S T V