All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.codeheadsystems.smr.Phase Maven / Gradle / Ivy

package com.codeheadsystems.smr;

/**
 * The state machine transition phases. When the event is dispatched, the
 * following callbacks are called in order: EXIT, ENTER.
 */
public enum Phase {
  ENTER,
  TICK,
  EXIT
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy