All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mugui.base.client.net.task.TaskImpl Maven / Gradle / Ivy

The newest version!
package com.mugui.base.client.net.task;

import com.mugui.base.client.net.base.TaskInterface;

public abstract class TaskImpl implements TaskInterface {
	public void init() {
		System.out.println(this.getClass().getName() + "初始化");
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy