All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.riversoft.weixin.common.event.SubscriptionEvent Maven / Gradle / Ivy

There is a newer version: 0.9.8
Show newest version
package com.riversoft.weixin.common.event;

/**
 * Created by exizhai on 9/30/2015.
 */
public class SubscriptionEvent extends EventRequest {

    private boolean sub;

    public boolean isSub() {
        return EventType.subscribe == this.getEventType();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy