Uses of Class
com.iizix.gyro.FocusEvent
Packages that use FocusEvent Package Description com.iizix.gyro com.iizix.server.gyro Uses of FocusEvent in com.iizix.gyro
Methods in com.iizix.gyro with parameters of type FocusEvent Modifier and Type Method Description voidIFocusListener. onFocusChanged(FocusEvent event)Called when the focus is changed.voidIFocusVetoListener. onFocusVetoChanged(FocusEvent event)Called when the focus is changed.Uses of FocusEvent in com.iizix.server.gyro
Methods in com.iizix.server.gyro with parameters of type FocusEvent Modifier and Type Method Description voidAppSessionGyro. onFocusVetoChange(FocusEvent event)Called to perform veto.voidClientSessionGyro. onFocusVetoChange(FocusEvent event)Called to perform veto.voidIGyroFocusEngineOwner. onFocusVetoChange(FocusEvent event)Called to perform veto.