Package com.naver.ads.util
Class OneTimeAction
-
- All Implemented Interfaces:
public final class OneTimeActionAction that can only be executed once.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceOneTimeAction.OneTimeActionCallbackRepresents implementation of OneTimeAction.
-
Constructor Summary
Constructors Constructor Description OneTimeAction(Handler handler)Constructs a new OneTimeAction instance.
-
Method Summary
-
-
Constructor Detail
-
OneTimeAction
OneTimeAction(Handler handler)
Constructs a new OneTimeAction instance.- Parameters:
handler- the handler to be executed.
-
-
-
-