公告板
版本库
filestore
活动
搜索
登录
main
/
hanju
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
包调整
admin
2021-08-27
d3a2058934c91d91ebb3a549701f267c66a83e52
[hanju.git]
/
library-mine
/
src
/
com
/
hanju
/
lib
/
library
/
util
/
common
/
IClipboardContentListener.java
1
2
3
4
5
package com.hanju.lib.library.util.common;
public interface IClipboardContentListener {
void getContent(String content);
}