public class CommandEvent extends Event
Modifier and Type | Field and Description |
---|---|
String |
commandName |
String |
detail |
static CommandEvent |
prototype |
AT_TARGET, bubbles, BUBBLING_PHASE, cancelable, cancelBubble, CAPTURING_PHASE, currentTarget, defaultPrevented, eventPhase, isTrusted, returnValue, srcElement, target, timeStamp, type
constructor
Modifier | Constructor and Description |
---|---|
protected |
CommandEvent() |
|
CommandEvent(String type) |
|
CommandEvent(String type,
CommandEventInit eventInitDict) |
initEvent, preventDefault, stopImmediatePropagation, stopPropagation
$applyStatic, $applyStatic, $delete, $delete, $get, $get, $set, $set, $super, assign, create, create, defineProperties, defineProperty, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, hasOwnProperty, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, propertyIsEnumerable, propertyIsEnumerable, seal, toJSString, toLocaleString, toString, valueOf
public String commandName
public String detail
public static CommandEvent prototype
public CommandEvent(String type, CommandEventInit eventInitDict)
public CommandEvent(String type)
protected CommandEvent()