public class UiInputSourceListenerAdapter extends java.lang.Object implements UiInputSourceListener
UiInputSourceListener. All methods are
no-op and can be overridden individually.| Constructor and Description |
|---|
UiInputSourceListenerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
gamePadTypeChanged(UiContainer container,
GamePadType oldGamePadType,
GamePadType newGamePadType)
Called when the
GamePadType changes |
void |
inputSourceChanged(UiContainer container,
InputSource oldInputSource,
InputSource newInputSource)
Called when the
InputSource changes |
public void inputSourceChanged(UiContainer container, InputSource oldInputSource, InputSource newInputSource)
UiInputSourceListenerInputSource changesinputSourceChanged in interface UiInputSourceListenercontainer - The UiContainer that the InputSource changed onoldInputSource - The previous InputSourcenewInputSource - The new InputSourcepublic void gamePadTypeChanged(UiContainer container, GamePadType oldGamePadType, GamePadType newGamePadType)
UiInputSourceListenerGamePadType changesgamePadTypeChanged in interface UiInputSourceListenercontainer - The UiContainer that the GamePadType changed onoldGamePadType - The previous GamePadTypenewGamePadType - The new GamePadType