public static interface BootstrapAlert.VisibilityChangeListener
| Modifier and Type | Method and Description |
|---|---|
void |
onAlertAppearCompletion(BootstrapAlert alert)
Called when the alert is now visible.
|
void |
onAlertAppearStarted(BootstrapAlert alert)
Called when the alert set to appear with an animation
|
void |
onAlertDismissCompletion(BootstrapAlert alert)
Called when the alert is no longer visible.
|
void |
onAlertDismissStarted(BootstrapAlert alert)
Called when the alert is set to be dismissed with an animation.
|
void onAlertDismissStarted(BootstrapAlert alert)
alert - the alertvoid onAlertDismissCompletion(BootstrapAlert alert)
alert - the alertvoid onAlertAppearStarted(BootstrapAlert alert)
alert - the alertvoid onAlertAppearCompletion(BootstrapAlert alert)
alert - the alert