Uses of Enum
org.zkoss.zats.mimic.EchoEventMode
Packages that use EchoEventMode
Package
Description
It contains Mimic's fundamental classes.
-
Uses of EchoEventMode in org.zkoss.zats.mimic
Methods in org.zkoss.zats.mimic that return EchoEventModeModifier and TypeMethodDescriptionClient.getEchoEventMode()get the current echo event handling mode.static EchoEventModeReturns the enum constant of this type with the specified name.static EchoEventMode[]EchoEventMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.zkoss.zats.mimic with parameters of type EchoEventModeModifier and TypeMethodDescriptionvoidClient.setEchoEventMode(EchoEventMode mode) change the echo event handling mode. -
Uses of EchoEventMode in org.zkoss.zats.mimic.impl
Methods in org.zkoss.zats.mimic.impl that return EchoEventModeMethods in org.zkoss.zats.mimic.impl with parameters of type EchoEventMode