public class ListenerUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
notify(ProgressListener listener,
String message,
float value,
float total) |
static void |
notifyCond(ProgressListener listener,
String message,
long counter,
float value,
float total) |
static void |
notifyCond(ProgressListener listener,
String message,
long value,
long total) |
public static void notify(ProgressListener listener, String message, float value, float total)
public static void notifyCond(ProgressListener listener, String message, long value, long total)
public static void notifyCond(ProgressListener listener, String message, long counter, float value, float total)
Copyright © 2018 DataWeb Research. All rights reserved.