Package com.dassault_systemes.catjdialog

   
Class CATHookupNotification

 
Class Hierarchy
java.lang.Object
  |
  +-com.dassault_systemes.catjdialog.CATNotification
        |
        +-com.dassault_systemes.catjdialog.CATHookupNotification
Class Location

Framework : CATJDialog

Module : CATJDialog

Class Description

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
Field Summary

Constructor Summary
CATHookupNotification(Object iObject)
Creates a hookup notification with the specified object (for any purpose).

Method Summary
public boolean equals(Object iObject)
public Object getObject()
Returns the object that was passed to the notification.
public int hashCode()


Field Detail

Constructor Detail

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.

Method Detail

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