public class WaitNotificationHandler
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
counter |
private Delegate<Delegate.Void,java.lang.Boolean> |
listener |
Constructor and Description |
---|
WaitNotificationHandler()
Creates a new instance of WaitNotificationHandler
|
WaitNotificationHandler(Delegate<Delegate.Void,java.lang.Boolean> l) |
Modifier and Type | Method and Description |
---|---|
void |
hideNotification() |
boolean |
isNotificationVisible() |
void |
setListener(Delegate<Delegate.Void,java.lang.Boolean> l) |
void |
showNotification() |
private Delegate<Delegate.Void,java.lang.Boolean> listener
private int counter
public WaitNotificationHandler()
public WaitNotificationHandler(Delegate<Delegate.Void,java.lang.Boolean> l)
public void showNotification()
public void hideNotification()
public boolean isNotificationVisible()
public void setListener(Delegate<Delegate.Void,java.lang.Boolean> l)
Copyright 2004-2015 Wandora Team