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)

Method Summary
boolean equals(Object iObject)
int hashCode()
Object getObject()


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

    boolean equals(Object iObject)


hashCode

    int hashCode()


getObject

    Object getObject()

Returns the object that was passed to the notification.

Returns:
The object that was passed to the notification.


Copyright © 2000, Dassault Systèmes. All rights reserved