Class EventsHandler

    • Field Detail

      • gson

        protected final com.google.gson.Gson gson
    • Constructor Detail

      • EventsHandler

        public EventsHandler()
    • 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)