Package de.mirkosertic.bytecoder.api.web
Interface Event
-
- All Superinterfaces:
OpaqueReferenceType
- All Known Subinterfaces:
KeyboardEvent
,MouseEvent
,WheelEvent
public interface Event extends OpaqueReferenceType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
preventDefault()
java.lang.String
type()
-