Uses of Interface
com.iizix.gyro.IFocusListener
Packages that use IFocusListener Package Description com.iizix.gyro Uses of IFocusListener in com.iizix.gyro
Methods in com.iizix.gyro that return IFocusListener Modifier and Type Method Description IFocusListener[]IFocusEngine. getFocusListeners()Gets the current focus listeners.Methods in com.iizix.gyro with parameters of type IFocusListener Modifier and Type Method Description booleanIFocusEngine. addFocusListener(IFocusListener listener)Adds a focus listener to the engine.booleanIFocusEngine. removeFocusListener(IFocusListener listener)Removes a focus listener from the engine.