Uses of Enum Class
org.exoplatform.chat.model.RealTimeMessageBean.EventType
Packages that use RealTimeMessageBean.EventType
-
Uses of RealTimeMessageBean.EventType in org.exoplatform.chat.model
Methods in org.exoplatform.chat.model that return RealTimeMessageBean.EventTypeModifier and TypeMethodDescriptionRealTimeMessageBean.getEvent()Returns the enum constant of this class with the specified name.static RealTimeMessageBean.EventType[]RealTimeMessageBean.EventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.exoplatform.chat.model with parameters of type RealTimeMessageBean.EventTypeModifier and TypeMethodDescriptionvoidRealTimeMessageBean.setEvent(RealTimeMessageBean.EventType event) Constructors in org.exoplatform.chat.model with parameters of type RealTimeMessageBean.EventTypeModifierConstructorDescriptionRealTimeMessageBean(RealTimeMessageBean.EventType event, String room, String sender, Date timestamp, Map<String, Object> data)