Comments for state example.

This commit is contained in:
Ilkka Seppala
2014-08-31 11:20:02 +03:00
parent 3bc005f4b7
commit 4debc8eda4
3 changed files with 18 additions and 0 deletions
@@ -1,5 +1,10 @@
package com.iluwatar;
/**
*
* State interface.
*
*/
public interface State {
void onEnterState();