akka.testkit
Class TestEvent.UnMute$

java.lang.Object
  extended by akka.testkit.TestEvent.UnMute$
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
TestEvent

public static class TestEvent.UnMute$
extends java.lang.Object
implements scala.Serializable

Java API: create a Mute command from a list of filters

See Also:
Serialized Form

Constructor Summary
TestEvent.UnMute$()
           
 
Method Summary
 TestEvent.UnMute apply(EventFilter filter, scala.collection.Seq<EventFilter> filters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestEvent.UnMute$

public TestEvent.UnMute$()
Method Detail

apply

public TestEvent.UnMute apply(EventFilter filter,
                              scala.collection.Seq<EventFilter> filters)