view src/ie/oshiro/messagepack/enumpractice/Operation.java @ 4:a7cd9a10033b

add PracticeEnum
author one
date Sun, 09 Jun 2013 13:13:02 +0900
parents
children
line wrap: on
line source

package ie.oshiro.messagepack.enumpractice;

public interface Operation {
	public Command getCommand();
}