Returns the value of this.lock @return true if console is locked, false if otherwise. @author Allison Smith (Cyanite)
()
| 57 | * @author Allison Smith (Cyanite) |
| 58 | */ |
| 59 | public boolean locked() { |
| 60 | return this.lock; |
| 61 | } |
| 62 | |
| 63 | /** |
| 64 | * Sets the value of this.debug |
nothing calls this directly
no outgoing calls
no test coverage detected