Uses of Class
com.iizix.gyro.FocusEvent
Packages that use FocusEvent
Uses of FocusEvent in com.iizix.gyro
Methods in com.iizix.gyro with parameters of type FocusEventModifier and TypeMethodDescriptionvoidIFocusListener.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 FocusEventModifier and TypeMethodDescriptionvoidAppSessionGyro.onFocusVetoChange(FocusEvent event) Called to perform veto.voidClientSessionGyro.onFocusVetoChange(FocusEvent event) Called to perform veto.voidIGyroFocusEngineOwner.onFocusVetoChange(FocusEvent event) Called to perform veto.