@Override
synchronized public void onCellLocationChanged(CellLocation location) {
super.onCellLocationChanged(location);
curr = CellLocationSingleData.fromCellLocation(location);
if (type == EventType.any) {
changeSatisfiedState(target.contains(curr));
} else if (type == EventType.none) {
changeSatisfiedState(!target.contains(curr));
}
}
CellLocationSlot.java 文件源码
java
阅读 23
收藏 0
点赞 0
评论 0
项目:Easer
作者:
评论列表
文章目录