MageServerImpl refactoring. More event logging.

This commit is contained in:
magenoxx 2012-01-26 01:50:08 +04:00
parent a60c61cb00
commit b9a65e7c62
8 changed files with 245 additions and 212 deletions

View file

@ -0,0 +1,11 @@
package mage.utils;
import mage.view.TableView;
/**
* Used to write less code for ActionWithResult anonymous classes with UUID return type.
*
* @author noxx
*/
public abstract class ActionWithUUIDResult extends ActionWithNullNegativeResult<TableView> {
}