public static interface OZTBIconFontHelper.Callback
| Modifier and Type | Method and Description |
|---|---|
void |
OnDeleted(java.lang.String name)
OnDeleted(String name);
Called for each deleted IconFont.
|
void |
OnError(java.lang.Throwable throwable)
OnError(Throwable error);
Called for any errors thrown during checking/fixing or canceling.
|
void |
OnFinished(int state,
int size)
OnFinished(int state, int size);
Called for each finish.
|
void |
OnSaved(java.io.File file)
OnSaved(File file);
Called for each IconFont saved.
|
void OnSaved(java.io.File file)
file - void OnFinished(int state,
int size)
state - size - void OnError(java.lang.Throwable throwable)
throwable - void OnDeleted(java.lang.String name)
name -