Package com.vk.api.sdk.events
Class EventsHandler
- java.lang.Object
-
- com.vk.api.sdk.events.EventsHandler
-
- Direct Known Subclasses:
CallbackApi,GroupLongPollApi,UserLongPollApi
public abstract class EventsHandler extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected com.google.gson.Gsongson
-
Constructor Summary
Constructors Constructor Description EventsHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaudioNew(java.lang.Integer groupId, Audio message)protected voidboardPostDelete(java.lang.Integer groupId, BoardPostDelete message)protected voidboardPostEdit(java.lang.Integer groupId, TopicComment message)protected voidboardPostNew(java.lang.Integer groupId, TopicComment message)protected voidboardPostRestore(java.lang.Integer groupId, TopicComment message)protected java.lang.Stringconfirmation()protected voidgroupChangePhoto(java.lang.Integer groupId, GroupChangePhoto message)protected voidgroupChangeSettings(java.lang.Integer groupId, GroupChangeSettings message)protected voidgroupJoin(java.lang.Integer groupId, GroupJoin message)protected voidgroupLeave(java.lang.Integer groupId, GroupLeave message)protected voidgroupOfficersEdit(java.lang.Integer groupId, GroupOfficersEdit message)protected voidmarketCommentDelete(java.lang.Integer groupId, MarketCommentDelete message)protected voidmarketCommentEdit(java.lang.Integer groupId, MarketComment message)protected voidmarketCommentNew(java.lang.Integer groupId, MarketComment message)protected voidmarketCommentRestore(java.lang.Integer groupId, MarketComment message)protected voidmessageAllow(java.lang.Integer groupId, MessageAllow message)protected voidmessageDeny(java.lang.Integer groupId, MessageDeny message)protected voidmessageEdit(java.lang.Integer groupId, Message message)protected voidmessageNew(java.lang.Integer groupId, Message message)protected voidmessageReply(java.lang.Integer groupId, Message message)protected java.lang.Stringparse(CallbackMessage message)protected voidphotoCommentDelete(java.lang.Integer groupId, PhotoCommentDelete message)protected voidphotoCommentEdit(java.lang.Integer groupId, PhotoComment message)protected voidphotoCommentNew(java.lang.Integer groupId, PhotoComment message)protected voidphotoCommentRestore(java.lang.Integer groupId, PhotoComment message)protected voidphotoNew(java.lang.Integer groupId, Photo message)protected voidpollVoteNew(java.lang.Integer groupId, PollVoteNew message)protected voiduserBlock(java.lang.Integer groupId, UserBlock message)protected voiduserUnblock(java.lang.Integer groupId, UserUnblock message)protected voidvideoCommentDelete(java.lang.Integer groupId, VideoCommentDelete message)protected voidvideoCommentEdit(java.lang.Integer groupId, VideoComment message)protected voidvideoCommentNew(java.lang.Integer groupId, VideoComment message)protected voidvideoCommentRestore(java.lang.Integer groupId, VideoComment message)protected voidvideoNew(java.lang.Integer groupId, Video message)protected voidwallPostNew(java.lang.Integer groupId, Wallpost message)protected voidwallReplyDelete(java.lang.Integer groupId, WallCommentDelete message)protected voidwallReplyEdit(java.lang.Integer groupId, WallComment message)protected voidwallReplyNew(java.lang.Integer groupId, WallComment object)protected voidwallReplyRestore(java.lang.Integer groupId, WallComment message)protected voidwallRepost(java.lang.Integer groupId, Wallpost message)
-
-
-
Method Detail
-
confirmation
protected java.lang.String confirmation()
-
messageNew
protected void messageNew(java.lang.Integer groupId, Message message)
-
messageReply
protected void messageReply(java.lang.Integer groupId, Message message)
-
messageEdit
protected void messageEdit(java.lang.Integer groupId, Message message)
-
messageAllow
protected void messageAllow(java.lang.Integer groupId, MessageAllow message)
-
messageDeny
protected void messageDeny(java.lang.Integer groupId, MessageDeny message)
-
photoNew
protected void photoNew(java.lang.Integer groupId, Photo message)
-
photoCommentNew
protected void photoCommentNew(java.lang.Integer groupId, PhotoComment message)
-
photoCommentEdit
protected void photoCommentEdit(java.lang.Integer groupId, PhotoComment message)
-
photoCommentRestore
protected void photoCommentRestore(java.lang.Integer groupId, PhotoComment message)
-
photoCommentDelete
protected void photoCommentDelete(java.lang.Integer groupId, PhotoCommentDelete message)
-
audioNew
protected void audioNew(java.lang.Integer groupId, Audio message)
-
videoNew
protected void videoNew(java.lang.Integer groupId, Video message)
-
videoCommentNew
protected void videoCommentNew(java.lang.Integer groupId, VideoComment message)
-
videoCommentEdit
protected void videoCommentEdit(java.lang.Integer groupId, VideoComment message)
-
videoCommentRestore
protected void videoCommentRestore(java.lang.Integer groupId, VideoComment message)
-
videoCommentDelete
protected void videoCommentDelete(java.lang.Integer groupId, VideoCommentDelete message)
-
wallPostNew
protected void wallPostNew(java.lang.Integer groupId, Wallpost message)
-
wallRepost
protected void wallRepost(java.lang.Integer groupId, Wallpost message)
-
wallReplyNew
protected void wallReplyNew(java.lang.Integer groupId, WallComment object)
-
wallReplyEdit
protected void wallReplyEdit(java.lang.Integer groupId, WallComment message)
-
wallReplyRestore
protected void wallReplyRestore(java.lang.Integer groupId, WallComment message)
-
wallReplyDelete
protected void wallReplyDelete(java.lang.Integer groupId, WallCommentDelete message)
-
boardPostNew
protected void boardPostNew(java.lang.Integer groupId, TopicComment message)
-
boardPostEdit
protected void boardPostEdit(java.lang.Integer groupId, TopicComment message)
-
boardPostRestore
protected void boardPostRestore(java.lang.Integer groupId, TopicComment message)
-
boardPostDelete
protected void boardPostDelete(java.lang.Integer groupId, BoardPostDelete message)
-
marketCommentNew
protected void marketCommentNew(java.lang.Integer groupId, MarketComment message)
-
marketCommentEdit
protected void marketCommentEdit(java.lang.Integer groupId, MarketComment message)
-
marketCommentRestore
protected void marketCommentRestore(java.lang.Integer groupId, MarketComment message)
-
marketCommentDelete
protected void marketCommentDelete(java.lang.Integer groupId, MarketCommentDelete message)
-
groupLeave
protected void groupLeave(java.lang.Integer groupId, GroupLeave message)
-
groupJoin
protected void groupJoin(java.lang.Integer groupId, GroupJoin message)
-
groupChangeSettings
protected void groupChangeSettings(java.lang.Integer groupId, GroupChangeSettings message)
-
groupChangePhoto
protected void groupChangePhoto(java.lang.Integer groupId, GroupChangePhoto message)
-
groupOfficersEdit
protected void groupOfficersEdit(java.lang.Integer groupId, GroupOfficersEdit message)
-
pollVoteNew
protected void pollVoteNew(java.lang.Integer groupId, PollVoteNew message)
-
userBlock
protected void userBlock(java.lang.Integer groupId, UserBlock message)
-
userUnblock
protected void userUnblock(java.lang.Integer groupId, UserUnblock message)
-
parse
protected java.lang.String parse(CallbackMessage message)
-
-