com.zink.scala.fly.NotifyHandler.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scala-lib_2.9.1 Show documentation
Show all versions of scala-lib_2.9.1 Show documentation
Fly Scala is a scala client library for working with a Fly Server. Fly is an object space server that is specifically written to provide lightweight object based messaging between computers running on a network. This distribution does not contain the server, please go to http://www.flyobjectspace.com/ for the server that matches the version of Fly Scala you want to use.
The newest version!
package com.zink.scala.fly
trait NotifyHandler extends Notifiable {
/**
* One of the parameters to any notify method is a class that implements
* a Notifiable interface. NotifyHandler simply extends Notifiable with
* a method that is called when an object in one of the notify queues
* matches the notify template object.
*
* If you need a copy of the matching entry returned then use NotifyHandler
*/
def templateMatched()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy