apkfuckery/com.discord/smali_classes2/com/lytefast/flexinput/utils/SelectionCoordinator$ItemSelectionListener.smali

44 lines
1 KiB
Smali
Raw Normal View History

2019-02-04 20:08:30 +00:00
.class public interface abstract Lcom/lytefast/flexinput/utils/SelectionCoordinator$ItemSelectionListener;
2019-02-04 20:05:16 +00:00
.super Ljava/lang/Object;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
2019-02-04 20:08:30 +00:00
value = Lcom/lytefast/flexinput/utils/SelectionCoordinator;
2019-02-04 20:05:16 +00:00
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
2019-02-04 20:08:30 +00:00
name = "ItemSelectionListener"
2019-02-04 20:05:16 +00:00
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
2019-02-04 20:08:30 +00:00
"<I:",
2019-02-04 20:05:16 +00:00
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;"
}
.end annotation
# virtual methods
2019-02-04 20:08:30 +00:00
.method public abstract onItemSelected(Ljava/lang/Object;)V
2019-02-04 20:05:16 +00:00
.annotation system Ldalvik/annotation/Signature;
value = {
2019-02-04 20:08:30 +00:00
"(TI;)V"
2019-02-04 20:05:16 +00:00
}
.end annotation
.end method
2019-02-04 20:08:30 +00:00
.method public abstract onItemUnselected(Ljava/lang/Object;)V
2019-02-04 20:05:16 +00:00
.annotation system Ldalvik/annotation/Signature;
value = {
2019-02-04 20:08:30 +00:00
"(TI;)V"
2019-02-04 20:05:16 +00:00
}
.end annotation
.end method
2019-02-04 20:08:30 +00:00
.method public abstract unregister()V
.end method