com.opdar.gulosity.event.base.Event Maven / Gradle / Ivy
The newest version!
package com.opdar.gulosity.event.base;
/**
* Created by Shey on 2016/8/21.
*/
public interface Event {
void doing();
}
package com.opdar.gulosity.event.base;
/**
* Created by Shey on 2016/8/21.
*/
public interface Event {
void doing();
}