com.taursys.xml.event
Class InitContextEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.taursys.xml.event.InitContextEvent
All Implemented Interfaces:
java.io.Serializable

public class InitContextEvent
extends java.util.EventObject

InitContextEvent is a message for initializing the context of a component.

Version:
1.0
Author:
Marty Phelan
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
InitContextEvent(java.lang.Object source, java.util.Map context)
          Constructs a new InitContextEvent with the given source and context.
 
Method Summary
 java.util.Map getContext()
          Get the Map of key/values which make up the context.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InitContextEvent

public InitContextEvent(java.lang.Object source,
                        java.util.Map context)
Constructs a new InitContextEvent with the given source and context.

Parameters:
source - the Object that originated this message
context - a Map of key/values which make up the context.
Method Detail

getContext

public java.util.Map getContext()
Get the Map of key/values which make up the context.

Returns:
the Map of key/values which make up the context.


Copyright © 2007 Martin T Phelan. All Rights Reserved.