Added dispatch VoidResult for convenience purposes

This commit is contained in:
Benjamin Barth
2016-07-11 12:30:54 +02:00
parent 0fd78b5c35
commit 54ebaf6e8b
@@ -0,0 +1,7 @@
package com.sap.sse.gwt.dispatch.shared.commands;
/**
* Empty {@link Result} implementation, which can be reused for {@link Action}s with a void result.
*/
public class VoidResult implements Result {
}