Sync Bridge to Java 25: H6 file labels, README mapping

This commit is contained in:
2026-06-24 14:27:07 +05:30
parent 8471913dbd
commit 4091345b20
8 changed files with 58 additions and 89 deletions

View File

@@ -1,9 +1,8 @@
package bridge;
/**
* Implementor interface — the "implementation" side of the bridge.
* This is what the Abstraction delegates its real work to.
* TV, Radio, SmartSpeaker etc. all implement this.
* Implementor — the "implementation" side of the bridge.
* All devices (TV, Radio, SmartSpeaker, etc.) implement this.
* The remote controls only know about this interface, never about specific devices.
*/
public interface Device {
boolean isEnabled();