java.util
Class EventObject

java.lang.Object
  extended by java.util.EventObject
All Implemented Interfaces:
Serializable

public class EventObject
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  Object source
           
 
Constructor Summary
EventObject(Object var0)
           
 
Method Summary
 Object getSource()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

source

protected Object source
Constructor Detail

EventObject

public EventObject(Object var0)
Method Detail

getSource

public Object getSource()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.