com.arsdigita.runtime
Class DataInitEvent

java.lang.Object
  extended bycom.arsdigita.runtime.DataInitEvent

public final class DataInitEvent
extends Object

A DataInitEvent is passed to the Initializer.init(DataInitEvent) method in order to provide the target Initializer access to the objects necessary to properly initialize the data layer.

Version:
$Id: //core-platform/dev/src/com/arsdigita/runtime/DataInitEvent.java#5 $
Author:
Rafael Schloming <rhs@mit.edu>, Justin Ross <jross@redhat.com>

Field Summary
static String versionId
           
 
Method Summary
 PDLCompiler getCompiler()
          Returns an instance of a PDLCompiler object that may be used to parse PDL.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Method Detail

getCompiler

public final PDLCompiler getCompiler()
Returns an instance of a PDLCompiler object that may be used to parse PDL.

Returns:
a PDLCompiler
See Also:
PDLSource


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC