SolarMetric Kodo JDO 3.0.3 generated on February 20 2004

com.solarmetric.manage
Class ManagerEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.solarmetric.manage.ManagerEvent
All Implemented Interfaces:
Serializable

public class ManagerEvent
extends EventObject

Event produced by the Manager class and sent to ManagerListeners.

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ManagerEvent(Manager manager, String name)
          Create a new event holding a reference to the manager, and the name of the registered watchable.
 
Method Summary
 Manager getManager()
           
 String getName()
          Get the name of the watchable.
 
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

ManagerEvent

public ManagerEvent(Manager manager,
                    String name)
Create a new event holding a reference to the manager, and the name of the registered watchable.
Method Detail

getManager

public Manager getManager()

getName

public String getName()
Get the name of the watchable.

SolarMetric Kodo JDO 3.0.3 generated on February 20 2004

Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.