1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-10-03 01:21:56 +02:00

Moving the link between the states from the constructor of the state machine to the states classes.

This commit is contained in:
snowleo
2011-10-23 23:08:18 +02:00
parent 6974abea28
commit 8854b3f565
7 changed files with 94 additions and 27 deletions

View File

@@ -1,12 +0,0 @@
package com.earth2me.essentials.update.tasks;
import com.earth2me.essentials.update.WorkListener;
public class InstallChat extends InstallModule
{
public InstallChat(final WorkListener listener)
{
super(listener, "EssentialsChat");
}
}