This repository was archived by the owner on Aug 18, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
src/main/java/org/codeoverflow/chatoverflow/api/io
event/stream/tipeeestream Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6
6
/**
7
7
* Event that is triggered by tipeeestream if a user follows your channel
8
8
*/
9
- public class TipeeestramFollowEvent extends FollowEvent <TipeeestreamFollow > implements TipeeestreamEvent {
10
- public TipeeestramFollowEvent (TipeeestreamFollow info ) {
9
+ public class TipeeestreamFollowEvent extends FollowEvent <TipeeestreamFollow > implements TipeeestreamEvent {
10
+ public TipeeestreamFollowEvent (TipeeestreamFollow info ) {
11
11
super (info );
12
12
}
13
13
}
Original file line number Diff line number Diff line change 1
1
package org .codeoverflow .chatoverflow .api .io .input .event ;
2
2
3
- import org .codeoverflow .chatoverflow .api .io .event .stream .tipeeestream .TipeeestramFollowEvent ;
3
+ import org .codeoverflow .chatoverflow .api .io .event .stream .tipeeestream .TipeeestreamFollowEvent ;
4
4
import org .codeoverflow .chatoverflow .api .io .event .stream .tipeeestream .TipeeestreamDonationEvent ;
5
5
import org .codeoverflow .chatoverflow .api .io .event .stream .tipeeestream .TipeeestreamEvent ;
6
6
import org .codeoverflow .chatoverflow .api .io .event .stream .tipeeestream .TipeeestreamSubscriptionEvent ;
@@ -19,12 +19,12 @@ default void registerSubscriptionEventHandler(Consumer<TipeeestreamSubscriptionE
19
19
}
20
20
21
21
/**
22
- * Register an event handler that listens to all {@link TipeeestramFollowEvent }
22
+ * Register an event handler that listens to all {@link TipeeestreamFollowEvent }
23
23
*
24
24
* @param eventHandler consumer that receives the Events
25
25
*/
26
- default void registerFollowEventHandler (Consumer <TipeeestramFollowEvent > eventHandler ) {
27
- registerEventHandler (eventHandler , TipeeestramFollowEvent .class );
26
+ default void registerFollowEventHandler (Consumer <TipeeestreamFollowEvent > eventHandler ) {
27
+ registerEventHandler (eventHandler , TipeeestreamFollowEvent .class );
28
28
}
29
29
30
30
/**
You can’t perform that action at this time.
0 commit comments