com.sun.javatest.tool
Class CustomPropagationController.EventType

java.lang.Object
  extended by com.sun.javatest.tool.CustomPropagationController.EventType
Enclosing class:
CustomPropagationController

public static class CustomPropagationController.EventType
extends java.lang.Object

EventType.Start - propagation starting event EventType.TemplateLoaded - external template data loaded and accessible EventType.Finish - propagation finishing event


Field Summary
static CustomPropagationController.EventType Finish
           
static CustomPropagationController.EventType Start
           
static CustomPropagationController.EventType TemplateLoaded
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Start

public static final CustomPropagationController.EventType Start

TemplateLoaded

public static final CustomPropagationController.EventType TemplateLoaded

Finish

public static final CustomPropagationController.EventType Finish


Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.