|
Package com.dassault_systemes.catjdialog |
|
Class CATHookupNotification
|
java.lang.Object
|
+-com.dassault_systemes.catjdialog.CATNotification
|
+-com.dassault_systemes.catjdialog.CATHookupNotification
Framework : CATJDialog
Module : CATJDialog
public class CATHookupNotification
The hookup notification object.
Used by the hookup service.
Every notification sent through the session hookup should derive from this class.
- See Also:
- CATNotification
- com.dassault_systemes.catjdialog.CATHookup
CATHookupNotification(Object iObject)
Creates a hookup notification with the specified object (for any purpose). |
| public boolean |
equals(Object iObject)
|
| public Object |
getObject()
Returns the object that was passed to the notification. |
| public int |
hashCode()
|
CATHookupNotification
CATHookupNotification(Object iObject)
Creates a hookup notification with the specified object (for any purpose).
- Parameters:
iObject
- An object that is passed to the notification.
equals
public boolean equals(Object iObject)
getObject
public Object getObject()
Returns the object that was passed to the notification.
- Return:
- The object that was passed to the notification.
hashCode
public int hashCode()
Copyright © 2000, Dassault Systèmes. All rights reserved