Sync Bridge to Java 25: H6 file labels, README mapping
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user