|
Implicit Invocation of Traits 1.0.0 API
|
|
iit/Publisher.scala]
trait
Publisher
extends AnyRef| Method Summary | |
def
|
publish
[T](eventCreation : => Event)(proceed : => T) : T
publishes an event and dispatch it synchronoulsy to all
registered handler methods (annotated with @before or @after)
|
def
|
publishAsynchronously
(eventCreation : => Event) : Unit
publishes an event and dispatch it synchronoulsy to all
registerd handler methods (anootated with @handler)
|
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Method Details |
|
Implicit Invocation of Traits 1.0.0 API
|
|