|
Spec-Zone .ru
спецификации, руководства, описания, API
|
class Scene.KeyHandler extends java.lang.Object implements InvalidationListener
| Constructor and Description |
|---|
Scene.KeyHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
invalidated(Observable valueModel)
This method needs to be provided by an implementation of
InvalidationListener. |
protected boolean |
isWindowFocused() |
protected void |
setWindowFocused(boolean value) |
protected boolean isWindowFocused()
protected void setWindowFocused(boolean value)
public void invalidated(Observable valueModel)
InvalidationListenerInvalidationListener. It is called if an ObservableValue
becomes invalid.
In general is is considered bad practice to modify the observed value in this method.
invalidated in interface InvalidationListenervalueModel - The ObservableValue that became invalidCopyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved. Use is subject to .