com.teambytes.inflatable.InflatableLeader.scala Maven / Gradle / Ivy
The newest version!
package com.teambytes.inflatable
trait InflatableLeader {
def onIsLeader(): Unit
def onIsNotLeader(): Unit
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy