akka.testkit
Class TestEvent$

java.lang.Object
  extended by akka.testkit.TestEvent$

public class TestEvent$
extends java.lang.Object

Implementation helpers of the EventFilter facilities: send Mute to the TestEventFilter to install a filter, and UnMute to deinstall it.

You should always prefer the filter methods in the package object (see akka.testkit filterEvents and filterException) or on the EventFilter implementations.


Field Summary
static TestEvent$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
TestEvent$()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final TestEvent$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

TestEvent$

public TestEvent$()