Uses of Class
org.zkoss.zats.mimic.EchoEventMode
-
Packages that use EchoEventMode Package Description org.zkoss.zats.mimic It contains Mimic's fundamental classes.org.zkoss.zats.mimic.impl -
-
Uses of EchoEventMode in org.zkoss.zats.mimic
Methods in org.zkoss.zats.mimic that return EchoEventMode Modifier and Type Method Description EchoEventModeClient. getEchoEventMode()get the current echo event handling mode.static EchoEventModeEchoEventMode. valueOf(String name)Returns 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 EchoEventMode Modifier and Type Method Description voidClient. 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 EchoEventMode Modifier and Type Method Description EchoEventModeEmulatorClient. getEchoEventMode()Methods in org.zkoss.zats.mimic.impl with parameters of type EchoEventMode Modifier and Type Method Description voidEmulatorClient. setEchoEventMode(EchoEventMode mode)
-