Uses of Interface
io.github.zeroone3010.yahueapi.v2.Button
| Package | Description |
|---|---|
| io.github.zeroone3010.yahueapi.v2 | |
| io.github.zeroone3010.yahueapi.v2.domain.event |
-
Uses of Button in io.github.zeroone3010.yahueapi.v2
Classes in io.github.zeroone3010.yahueapi.v2 that implement Button Modifier and Type Class Description classButtonImplMethods in io.github.zeroone3010.yahueapi.v2 that return types with arguments of type Button Modifier and Type Method Description Map<UUID,Button>Switch. getButtons()Lists the buttons of this switch.Map<UUID,Button>SwitchImpl. getButtons()Optional<Button>Switch. getLatestPressedButton()The latest button that was pressed.Optional<Button>SwitchImpl. getLatestPressedButton()Constructor parameters in io.github.zeroone3010.yahueapi.v2 with type arguments of type Button Constructor Description SwitchImpl(UUID id, Map<UUID,Button> buttons, String name) -
Uses of Button in io.github.zeroone3010.yahueapi.v2.domain.event
Methods in io.github.zeroone3010.yahueapi.v2.domain.event that return Button Modifier and Type Method Description ButtonButtonEvent. getButton()TheButtonthat was pressed.Constructors in io.github.zeroone3010.yahueapi.v2.domain.event with parameters of type Button Constructor Description ButtonEvent(String eventTime, Switch theSwitch, Button button, ButtonEventType buttonEventType, UUID eventGroupId)