Twitch SDK (Internal)
modules
chat
chat_java
include
twitchsdk
chat
java_followerslistenerproxy.h
Go to the documentation of this file.
1
/********************************************************************************************
2
* Twitch Broadcasting SDK
3
*
4
* This software is supplied under the terms of a license agreement with Twitch Interactive, Inc. and
5
* may not be copied or used except in accordance with the terms of that agreement
6
* Copyright (c) 2012-2017 Twitch Interactive, Inc.
7
*********************************************************************************************/
8
9
#pragma once
10
11
#include "
twitchsdk/core/java_coreutil.h
"
12
#include "
twitchsdk/core/java_nativelistener.h
"
13
#include "
twitchsdk/chat/ifollowerslistener.h
"
14
15
16
namespace
ttv
17
{
18
namespace
binding
19
{
20
namespace
java
21
{
22
class
JavaFollowersListenerProxy;
23
}
24
}
25
}
26
27
28
class
ttv::binding::java::JavaFollowersListenerProxy
:
public
NativeListenerProxy
<IFollowersListener>
29
{
30
public
:
31
JavaFollowersListenerProxy
();
32
33
public
:
34
virtual
void
NewFollowerAdded
(
const
FollowerAddedEvent
& followerAddedEvent)
override
;
35
};
ttv::binding::java::NativeListenerProxy
Definition:
java_nativelistener.h:23
ttv::chat::FollowerAddedEvent
Definition:
chattypes.h:499
ttv
JSON (JavaScript Object Notation).
Definition:
adsapi.h:16
java_coreutil.h
java_nativelistener.h
ttv::binding::java::JavaFollowersListenerProxy::JavaFollowersListenerProxy
JavaFollowersListenerProxy()
ttv::binding::java::JavaFollowersListenerProxy
Definition:
java_followerslistenerproxy.h:28
ttv::binding::java::JavaFollowersListenerProxy::NewFollowerAdded
virtual void NewFollowerAdded(const FollowerAddedEvent &followerAddedEvent) override
ifollowerslistener.h
Generated by
1.8.13