Skip to content

Commit

Permalink
修复多次接受重复发送的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
wzgiceman committed Mar 24, 2017
1 parent 5b936eb commit 4d13f38
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package com.wzgiceman.rxbuslibrary.rxbus;

/**
* 消息类
* @author wzg 2016/9/21
*/
public class Message {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import rx.subjects.Subject;

/**
* RxBus
* RxBus核心处理类
*
* @author wzg 2016/9/21
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import java.lang.annotation.Target;

/**
* 注解类
* @author wzg 2016/9/21
*/
@Documented
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import java.lang.reflect.Method;

/**
* 数据类
* @author wzg 2016/9/21
*/
public class SubscriberMethod {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@


/**
* 线程处理类
* @author wzg 2016/9/21
*/
public enum ThreadMode {
Expand Down

0 comments on commit 4d13f38

Please sign in to comment.