Uses of Class
com.iizix.gyro.FocusVetoException
Packages that use FocusVetoException Package Description com.iizix.gyro com.iizix.server.gyro Uses of FocusVetoException in com.iizix.gyro
Methods in com.iizix.gyro that throw FocusVetoException Modifier and Type Method Description void
IFocusVetoListener. onFocusVetoChanged(FocusEvent event)
Called when the focus is changed.Uses of FocusVetoException in com.iizix.server.gyro
Subclasses of FocusVetoException in com.iizix.server.gyro Modifier and Type Class Description class
AppBusyException
Exception thrown when the application session is busy to veto the focus request.Methods in com.iizix.server.gyro that throw FocusVetoException Modifier and Type Method Description void
AppSessionGyro. onFocusVetoChange(FocusEvent event)
Called to perform veto.void
ClientSessionGyro. onFocusVetoChange(FocusEvent event)
Called to perform veto.void
IGyroFocusEngineOwner. onFocusVetoChange(FocusEvent event)
Called to perform veto.