package org.atomnuke.source.action; /** * * @author zinic */ public enum ActionType { SLEEP, HAS_NEXT, HALT }