Package com.vk.api.sdk.events.longpoll
Class GroupLongPollApi
- java.lang.Object
-
- com.vk.api.sdk.events.EventsHandler
-
- com.vk.api.sdk.events.longpoll.GroupLongPollApi
-
public abstract class GroupLongPollApi extends EventsHandler
-
-
Field Summary
-
Fields inherited from class com.vk.api.sdk.events.EventsHandler
gson
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedGroupLongPollApi(VkApiClient client, GroupActor actor, int waitTime)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisRunning()voidrun()protected voidrun(GroupActor actor)protected voidrun(UserActor actor, int groupId)voidstop()-
Methods inherited from class com.vk.api.sdk.events.EventsHandler
audioNew, boardPostDelete, boardPostEdit, boardPostNew, boardPostRestore, confirmation, groupChangePhoto, groupChangeSettings, groupJoin, groupLeave, groupOfficersEdit, marketCommentDelete, marketCommentEdit, marketCommentNew, marketCommentRestore, messageAllow, messageDeny, messageEdit, messageNew, messageReply, parse, photoCommentDelete, photoCommentEdit, photoCommentNew, photoCommentRestore, photoNew, pollVoteNew, userBlock, userUnblock, videoCommentDelete, videoCommentEdit, videoCommentNew, videoCommentRestore, videoNew, wallPostNew, wallReplyDelete, wallReplyEdit, wallReplyNew, wallReplyRestore, wallRepost
-
-
-
-
Constructor Detail
-
GroupLongPollApi
protected GroupLongPollApi(VkApiClient client, GroupActor actor, int waitTime)
-
-
Method Detail
-
run
public void run()
-
run
protected void run(GroupActor actor)
-
run
protected void run(UserActor actor, int groupId)
-
stop
public void stop()
-
isRunning
public boolean isRunning()
-
-