public class Display extends Object implements Observer
Display(String name)
void
display()
String
name()
update(float temperature, float humidity, float pressure)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Display(String name)
public String name()
name
Observer
public void update(float temperature, float humidity, float pressure)
update
public void display()
Copyright © 2024. All rights reserved.