| Modifier and Type | Class and Description |
|---|---|
class |
AbstractApplication
An abstract implementation of an application that by default is a console application.
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
AbstractApplication.initialize(Application application,
String[] args)
Initializes the environment for the application.
|
static int |
AbstractApplication.run(Application application,
String[] args)
Starts an application.
|
Copyright © 1996–2016 GlobalMentor, Inc.. All rights reserved.