JADE provides the interface-related methods summarized in the following table. (For details, see
Class and Method | Description |
---|---|
|
Returns true if the specified interface is implemented by the receiver |
|
Sends notification events on instances of a class and its subclasses to methods mapped to the userNotification and sysNotification methods of the theInterface parameter, rather than to those of the subscriber |
|
Sends notification events on instances of a class and optionally its subclasses to methods mapped to the userNotification and sysNotification methods of the theInterface parameter, rather than to those of the subscriber |
|
Sends notification events on an object to methods mapped to userNotification and sysNotification methods of the theInterface parameter, rather than to those of the subscriber |
|
Arms a timer for methods mapped to the timerEvent method of the theInterface parameter, rather than to that of the subscriber |
|
Ends an interface event notification registered using the |
|
Ends an interface event notification registered using the |
|
Ends an interface event notification registered using the |
|
Terminates an interface timer initiated using the |
|
Returns the status of a specified timer that was initiated using the |
|
Returns true if the receiver’s class or its superclasses implement the specified JADE interface |
|
Returns a reference to all interfaces defined the receiver and its superschemas |
|
Returns a reference to the specified interface |
JADE provides the interface-related properties summarized in the following table. (For details, see Volume 1 or Volume 2 of the JADE Encyclopaedia of Classes.)
Class and Property | Description |
---|---|
|
Contains references to the interfaces implemented by the class |
|
Contains a value that allows for identification of the interface method that was mapped by the subscriber |
|
Specifies whether the notification was registered by an interface notification method |
|
Contains a value that allows for identification of the associated interface |