Package oms3
Class Notification.ComponentEvent
- java.lang.Object
-
- java.util.EventObject
-
- oms3.Notification.ComponentEvent
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Notification
public static class Notification.ComponentEvent extends EventObject
Component Event.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetComponent()Get the component for this event.StringtoString()-
Methods inherited from class java.util.EventObject
getSource
-
-
-
-
Method Detail
-
getComponent
public Object getComponent()
Get the component for this event.- Returns:
- the component
-
toString
public String toString()
- Overrides:
toStringin classEventObject
-
-