2008-07-29 1.1.0

org.eclipse.soda.dk.notification.event.admin
Class NotificationEvent

java.lang.Object
  extended by org.osgi.service.event.Event
      extended by org.eclipse.soda.dk.notification.event.admin.NotificationEvent

public class NotificationEvent
extends org.osgi.service.event.Event

Version:
1.1.0

Field Summary
protected  java.util.Dictionary dictionary
          Define the dictionary (Dictionary) field.
 
Constructor Summary
NotificationEvent(java.lang.String arg0, java.util.Dictionary dictionary)
          Constructs an instance of this class from the specified arg0 and dictionary parameters.
 
Method Summary
 java.util.Dictionary getDictionary()
          Gets the dictionary value.
 void setDictionary(java.util.Dictionary dictionary)
          Sets the dictionary value.
 
Methods inherited from class org.osgi.service.event.Event
equals, getProperty, getPropertyNames, getTopic, hashCode, matches, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

dictionary

protected java.util.Dictionary dictionary
Define the dictionary (Dictionary) field.

Constructor Detail

NotificationEvent

public NotificationEvent(java.lang.String arg0,
                         java.util.Dictionary dictionary)
Constructs an instance of this class from the specified arg0 and dictionary parameters.

Parameters:
arg0 - The arg0 (String) parameter.
dictionary - The dictionary (Dictionary) parameter.
Method Detail

getDictionary

public java.util.Dictionary getDictionary()
Gets the dictionary value.

Returns:
The dictionary (Dictionary) value.
See Also:
setDictionary(Dictionary)

setDictionary

public void setDictionary(java.util.Dictionary dictionary)
Sets the dictionary value.

Parameters:
dictionary - The dictionary (Dictionary) parameter.
See Also:
getDictionary()

2008-07-29 1.1.0

Copyright (c) 1999, 2008 IBM and others. See license in Legal section. OSGi Framework Version 3.4.0.v20080605-1900