public class RunFlag extends Object
| Constructor and Description |
|---|
RunFlag() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
hasRun()
Tells you if RunFlag.run() has been invoked AND RESET the RunFlag.
|
static void |
reset()
Reset the flag, then hasRun() will return false
|
static void |
run()
Put this method call to where you what to see if the code will be reached.
|
public static void run()
public static boolean hasRun()
public static void reset()
Copyright © 2018. All rights reserved.