
com.mle.events.Proxy.scala Maven / Gradle / Ivy
The newest version!
package com.mle.events
import com.mle.android.events.EventSource
/**
* TODO rename to avoid clashes with scala.Proxy
*
* @author mle
*/
trait Proxy[T] {
protected val source: EventSource[T]
protected val handler: PartialFunction[T, Unit]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy