Uses of Class
org.jivesoftware.openfire.event.SessionEventDispatcher.EventType
-
Packages that use SessionEventDispatcher.EventType Package Description org.jivesoftware.openfire.event Event system. -
-
Uses of SessionEventDispatcher.EventType in org.jivesoftware.openfire.event
Methods in org.jivesoftware.openfire.event that return SessionEventDispatcher.EventType Modifier and Type Method Description static SessionEventDispatcher.EventType
SessionEventDispatcher.EventType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SessionEventDispatcher.EventType[]
SessionEventDispatcher.EventType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jivesoftware.openfire.event with parameters of type SessionEventDispatcher.EventType Modifier and Type Method Description static void
SessionEventDispatcher. dispatchEvent(Session session, SessionEventDispatcher.EventType eventType)
Dispatches an event to all listeners.
-