|
" 2013 FRC Java API " |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Isolate.LifecycleListener | |
|---|---|
| com.sun.squawk | Provides classes for low level interactions with the Squawk VM. |
| Uses of Isolate.LifecycleListener in com.sun.squawk |
|---|
| Methods in com.sun.squawk with parameters of type Isolate.LifecycleListener | |
|---|---|
void |
Isolate.addLifecycleListener(Isolate.LifecycleListener listener,
int eventSet)
Add a listener to be run when this isolate terminates, hibernates, or unhibernates, depending on evenSet. |
boolean |
Isolate.removeLifecycleListener(Isolate.LifecycleListener listener,
int eventSet)
Remove an Isolate.LifecycleListener from this isolate. |
|
" 2013 FRC Java API " |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||