jaugment2.UI.UIManager
Class UIManagerEventEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--jaugment2.UI.UIManager.UIManagerEventEvent

public class UIManagerEventEvent
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
 net.jini.core.lookup.ServiceItem item
          If a service was found and instanciated this is what the instanciator returned
 java.lang.Process proc
          if a local process has been started due to reading the configuration this is it
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
UIManagerEventEvent(java.lang.Object source)
           
UIManagerEventEvent(java.lang.Object source, java.lang.Process proc)
           
UIManagerEventEvent(java.lang.Object source, net.jini.core.lookup.ServiceItem item)
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

proc

public java.lang.Process proc
if a local process has been started due to reading the configuration this is it

item

public net.jini.core.lookup.ServiceItem item
If a service was found and instanciated this is what the instanciator returned
Constructor Detail

UIManagerEventEvent

public UIManagerEventEvent(java.lang.Object source)

UIManagerEventEvent

public UIManagerEventEvent(java.lang.Object source,
                           java.lang.Process proc)

UIManagerEventEvent

public UIManagerEventEvent(java.lang.Object source,
                           net.jini.core.lookup.ServiceItem item)