Library | Module

Interface IpfcActionSource



Description

This class specifies an action source.

Relevant Action Sources: IpfcBaseSession IpfcModel IpfcSolid IpfcFeature IpfcParameter
Direct Known Subclasses:
IpfcParameterOwner, IpfcModelItem, IpfcModel, IpfcDisplayList2D, IpfcDisplayList3D, IpfcUICommand, IpfcBaseSession, IpfcAsyncConnection



Method Summary

SubAddActionListener (Listener as IpfcActionListener)
Adds an action listener to notify you of certain events.
SubAddActionListenerWithType (Listener as IpfcActionListener, ATypes as IpfcActionTypes)
Adds an action listener to notify chosen events.
SubRemoveActionListener (Listener as IpfcActionListener)
Deletes the specified action listener so you are no longer notified of those events.



Method Detail


SubAddActionListener (Listener as IpfcActionListener)

Adds an action listener to notify you of certain events.

The type of event depends upon the type of Action Listener you provide.
Parameters:
Listener
The new listener



SubAddActionListenerWithType (Listener as IpfcActionListener, ATypes as IpfcActionTypes)

Adds an action listener to notify chosen events.
Parameters:
Listener
The new listener
ATypes
The chosen events for which notification is needed.



SubRemoveActionListener (Listener as IpfcActionListener)

Deletes the specified action listener so you are no longer notified of those events.
Parameters:
Listener
The action listener to delete