-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
rxbuslibrary/src/main/java/com/wzgiceman/rxbuslibrary/rxbus/Message.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
import rx.subjects.Subject; | ||
|
||
/** | ||
* RxBus | ||
* RxBus核心处理类 | ||
* | ||
* @author wzg 2016/9/21 | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ | |
import java.lang.annotation.Target; | ||
|
||
/** | ||
* 注解类 | ||
* @author wzg 2016/9/21 | ||
*/ | ||
@Documented | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ | |
import java.lang.reflect.Method; | ||
|
||
/** | ||
* 数据类 | ||
* @author wzg 2016/9/21 | ||
*/ | ||
public class SubscriberMethod { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
|
||
|
||
/** | ||
* 线程处理类 | ||
* @author wzg 2016/9/21 | ||
*/ | ||
public enum ThreadMode { | ||
|