Uses of Class
it.tidalwave.cec.CecEvent.EventType
-
Packages that use CecEvent.EventType Package Description it.tidalwave.cec -
-
Uses of CecEvent.EventType in it.tidalwave.cec
Methods in it.tidalwave.cec that return CecEvent.EventType Modifier and Type Method Description static CecEvent.EventType
CecEvent.EventType. forCode(int code)
static CecEvent.EventType
CecEvent.EventType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CecEvent.EventType[]
CecEvent.EventType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in it.tidalwave.cec with parameters of type CecEvent.EventType Constructor Description CecUserControlEvent(CecEvent.EventType eventType, CecUserControlEvent.UserControlCode userControlCode)
-