Uses of Class
fr.brouillard.oss.cssfx.impl.events.CSSFXEvent.EventType
-
Packages that use CSSFXEvent.EventType Package Description fr.brouillard.oss.cssfx.impl.events -
-
Uses of CSSFXEvent.EventType in fr.brouillard.oss.cssfx.impl.events
Methods in fr.brouillard.oss.cssfx.impl.events that return CSSFXEvent.EventType Modifier and Type Method Description CSSFXEvent.EventTypeCSSFXEvent. getEventType()static CSSFXEvent.EventTypeCSSFXEvent.EventType. valueOf(String name)Returns the enum constant of this type with the specified name.static CSSFXEvent.EventType[]CSSFXEvent.EventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.brouillard.oss.cssfx.impl.events with parameters of type CSSFXEvent.EventType Modifier and Type Method Description static <T> CSSFXEvent<T>CSSFXEvent. newEvent(CSSFXEvent.EventType type, T data)
-