Framework Professional Edition Package


org.mbs.eventadmin
Class EventPrivate

java.lang.Object
  extended by org.mbs.eventadmin.EventPrivate

public class EventPrivate
extends java.lang.Object

'Inner' Event implementation but with set methods, to be reusable

Author:
ivand

Constructor Summary
EventPrivate(java.lang.String topic, java.util.Dictionary properties, Event event)
           
 
Method Summary
 EventLocker getEventLocker()
           
 java.util.Hashtable getProperties()
           
 java.lang.String getTopic()
           
protected  void setEventLocker(EventLocker eventLocker)
           
protected  void setProperties(java.util.Dictionary newProperties)
          properties can be null !!!
protected  void setTopic(java.lang.String newTopic)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventPrivate

public EventPrivate(java.lang.String topic,
                    java.util.Dictionary properties,
                    Event event)
Parameters:
topic -
properties -
Method Detail

getProperties

public java.util.Hashtable getProperties()
Returns:

getTopic

public java.lang.String getTopic()
Returns:

getEventLocker

public EventLocker getEventLocker()
Returns:

setTopic

protected void setTopic(java.lang.String newTopic)

setProperties

protected void setProperties(java.util.Dictionary newProperties)
properties can be null !!!


setEventLocker

protected void setEventLocker(EventLocker eventLocker)

Framework Professional Edition Package


Copyright © 1999-2007 ProSyst Software GmbH. All Rights Reserved