package gl8080.physics.view; import javafx.scene.Node; public interface Content { Node getNode(); void refresh(); }