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

com.teambytes.inflatable.InflatableLeader.scala Maven / Gradle / Ivy

There is a newer version: 1.0.5
Show newest version
package com.teambytes.inflatable

trait InflatableLeader {

  def onIsLeader(): Unit

  def onIsNotLeader(): Unit

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy