public class Listener
extends java.lang.Object
implements java.lang.Runnable
| Constructor and Description |
|---|
Listener() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String... args)
This method is called when executing this application from the command
line.
|
void |
run() |
public static void main(java.lang.String... args)
throws java.io.IOException
args - the command line parametersjava.io.IOExceptionpublic void run()
run in interface java.lang.Runnable