private final class Image.ImageTask
extends java.lang.Object
implements com.sun.javafx.runtime.async.AsyncOperationListener<com.sun.javafx.tk.ImageLoader>
| Constructor and Description |
|---|
Image.ImageTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
void |
onCancel() |
void |
onCompletion(com.sun.javafx.tk.ImageLoader value) |
void |
onException(java.lang.Exception exception) |
void |
onProgress(int cur,
int max) |
void |
start() |
public void onCancel()
onCancel in interface com.sun.javafx.runtime.async.AsyncOperationListener<com.sun.javafx.tk.ImageLoader>public void onException(java.lang.Exception exception)
onException in interface com.sun.javafx.runtime.async.AsyncOperationListener<com.sun.javafx.tk.ImageLoader>public void onCompletion(com.sun.javafx.tk.ImageLoader value)
onCompletion in interface com.sun.javafx.runtime.async.AsyncOperationListener<com.sun.javafx.tk.ImageLoader>public void onProgress(int cur,
int max)
onProgress in interface com.sun.javafx.runtime.async.AsyncOperationListener<com.sun.javafx.tk.ImageLoader>public void start()
public void cancel()
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.