org.kohsuke.jnt
Interface JNMailingList.ProgressCallback
- Enclosing class:
- JNMailingList
public static interface JNMailingList.ProgressCallback
Appliation can implement this interface to receive
progress reports on subscribing e-mail addresses to
a mailing list.
Method Summary |
void |
onProgress(int current,
int total)
Called every once in a while to report a progress. |
onProgress
void onProgress(int current,
int total)
- Called every once in a while to report a progress.
- Parameters:
current
- The number of addresses that are already subscribed.total
- The total number of addresses that need to be subscribed.
Copyright © 2003-2009 Kohsuke Kawaguchi. All Rights Reserved.