Uses of Class
com.iizix.gyro.FocusVetoException
Packages that use FocusVetoException
Uses of FocusVetoException in com.iizix.gyro
Methods in com.iizix.gyro that throw FocusVetoExceptionModifier and TypeMethodDescriptionvoidIFocusVetoListener.onFocusVetoChanged(FocusEvent event) Called when the focus is changed.Uses of FocusVetoException in com.iizix.server.gyro
Subclasses of FocusVetoException in com.iizix.server.gyroModifier and TypeClassDescriptionclassException thrown when the application session is busy to veto the focus request.Methods in com.iizix.server.gyro that throw FocusVetoExceptionModifier 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.