Uses of Enum Class
common.protocol.EventEnum
Packages that use EventEnum
-
Uses of EventEnum in common.dto
Methods in common.dto that return EventEnumMethods in common.dto with parameters of type EventEnumModifier and TypeMethodDescriptionvoidDéfinit le type d'événement.Constructors in common.dto with parameters of type EventEnumModifierConstructorDescriptionChatEventDTO(EventEnum type) Constructeur avec type d'événement.ChatEventDTO(EventEnum type, List<ChatEventDTO> lstEventDTO) Constructeur pour les événements contenant une liste d'autres événements. -
Uses of EventEnum in common.protocol
Subclasses with type arguments of type EventEnum in common.protocolModifier and TypeClassDescriptionenumÉnumération responsable des types d'événements et de leurs clés de données pour ChatEventDTO.Methods in common.protocol that return EventEnum