|
@@ -1,20 +0,0 @@
|
1
|
|
-/*
|
2
|
|
- * To change this license header, choose License Headers in Project Properties.
|
3
|
|
- * To change this template file, choose Tools | Templates
|
4
|
|
- * and open the template in the editor.
|
5
|
|
- */
|
6
|
|
-package org.openzen.drawablegui.live;
|
7
|
|
-
|
8
|
|
-import live.LiveBool;
|
9
|
|
-
|
10
|
|
-/**
|
11
|
|
- *
|
12
|
|
- * @author Hoofdgebruiker
|
13
|
|
- */
|
14
|
|
-public interface MutableLiveBool extends LiveBool {
|
15
|
|
- void setValue(boolean value);
|
16
|
|
-
|
17
|
|
- default void toggle() {
|
18
|
|
- setValue(!getValue());
|
19
|
|
- }
|
20
|
|
-}
|