@@ -31,7 +31,7 @@ public class EventViewController implements FxController {
}
@FXML
- void emptyEventList() {
+ void clearEventList() {
eventList.clear();
@@ -16,7 +16,7 @@
>
<HBox styleClass="button-bar">
<Region HBox.hgrow="ALWAYS"/>
- <Button text="Clear" styleClass="button-right" onAction="#emptyEventList" />
+ <Button text="Clear" styleClass="button-right" onAction="#clearEventList" />
</HBox>
<ListView fx:id="eventListView" fixedCellSize="60"/>
</VBox>