public class TestLifecycleLog extends Object implements LifetimeExtension
| Constructor and Description |
|---|
TestLifecycleLog(TestLogger logger,
String name) |
| Modifier and Type | Method and Description |
|---|---|
Task<?> |
postDeactivation(AbstractActor<?> actor) |
Task<?> |
preActivation(AbstractActor<?> actor) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpostActivation, preDeactivationpublic TestLifecycleLog(TestLogger logger, String name)
public Task<?> preActivation(AbstractActor<?> actor)
preActivation in interface LifetimeExtensionpublic Task<?> postDeactivation(AbstractActor<?> actor)
postDeactivation in interface LifetimeExtensionCopyright © 2016 Electronic Arts Inc. All rights reserved.