public class SpawnEvent extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String[] |
args
The arguments passed from the spawned application instance.
|
| Constructor and Description |
|---|
SpawnEvent(String[] args)
Constructs an application instance spawn event.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
getArguments()
Gets the arguments passed from the spawned application instance.
|
protected String[] args
public SpawnEvent(String[] args)
public String[] getArguments()
Copyright © 2015–2022 SciJava. All rights reserved.