Package oms3
Class Notification.ConnectEvent
- java.lang.Object
-
- java.util.EventObject
-
- oms3.Notification.ConnectEvent
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Notification
public static class Notification.ConnectEvent extends EventObject
Connection 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 AccessgetFrom()Get the source of the connect eventAccessgetTo()Get the destination for the connect event.StringtoString()-
Methods inherited from class java.util.EventObject
getSource
-
-
-
-
Method Detail
-
getFrom
public Access getFrom()
Get the source of the connect event- Returns:
- the field access object being the connect source
-
getTo
public Access getTo()
Get the destination for the connect event.- Returns:
- the target Field access component.
-
toString
public String toString()
- Overrides:
toStringin classEventObject
-
-