mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-27 02:40:51 +01:00
Updated Extensions (markdown)
This commit is contained in:
parent
f8406849bd
commit
d2c92cb0c5
@ -150,7 +150,7 @@ protected void onStartConnection() {
|
||||
|
||||
### Minimalistic interaction; onClick
|
||||
|
||||
If the _onClick_ method is overridden by your extension, G-Earth will display a green "Start" button next to your extension and the function will get called on-click. For form extensions, this option is automatically used to open the GUI. For non-gui extensions, this is an additional feature you could use.
|
||||
If (and only if) the _onClick_ method is overridden by your extension, G-Earth will display a green "Start" button next to your extension and the function will get called on-click. For form extensions, this option is automatically used to open the GUI. For non-gui extensions, this is an additional feature you could use.
|
||||
|
||||
```java
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user