Uses of Interface
org.tanukisoftware.wrapper.WrapperListener
-
Packages that use WrapperListener Package Description org.tanukisoftware.wrapper org.tanukisoftware.wrapper.demo -
-
Uses of WrapperListener in org.tanukisoftware.wrapper
Classes in org.tanukisoftware.wrapper that implement WrapperListener Modifier and Type Class Description class
WrapperJarApp
By default the WrapperJarApp will only wait for 2 seconds for the main method of the start class to complete.class
WrapperSimpleApp
By default the WrapperSimpleApp will only wait for 2 seconds for the main method of the start class to complete.class
WrapperStartStopApp
By default the WrapperStartStopApp will only wait for 2 seconds for the main method of the start class to complete.Methods in org.tanukisoftware.wrapper with parameters of type WrapperListener Modifier and Type Method Description static void
WrapperManager. start(WrapperListener listener, String[] args)
Start the Java side of the Wrapper code running. -
Uses of WrapperListener in org.tanukisoftware.wrapper.demo
Classes in org.tanukisoftware.wrapper.demo that implement WrapperListener Modifier and Type Class Description class
DemoApp
This is a Test / Example program which can be used to test the main features of the Wrapper.
-