Server
API Reference Guide
Product Documentation:

Visualization Server
Documentation Home
Callbacks for Views mapping

Callbacks that can be used in the Rogue Wave Server Studio to associate a special behavior with gadgets.

See also
IliCallbackManager.

@CloseRepres

This callback causes the current representation to be closed. The behavior of this callback is undefined if there is more than one representation in the panel.

See also
IlsSwRepresentation.

@DestroyObject

This callback causes the underlying instance of IlsRpObject to be destroyed by calling the method IlsRpObject::onSuppress().

See also
IlsRpObject.

@IlsBeginTransaction

This callback causes the function IlsRepresentation::beginC2STransaction() to be called on the IlsSwRepresentation object.

See also
IlsSwRepresentation.

@IlsCommitTransaction

This callback causes the function IlsRepresentation::commitC2STransaction() to be called on the current IlsSwRepresentation object.

See also
IlsSwRepresentation.

@IlsRollbackTransaction

This callback causes the function IlsRepresentation::rollbackC2STransaction() to be called on the current IlsSwRepresentation object.

See also
IlsSwRepresentation.

@IlsRpCallback

The callback @IlsRpCallback:<function name> calls the function specified to be associated with the gadget. This function must be of type IlsExecCallback and must have been declared by calling the function IlsSwRepresentation::DeclareExecCallback().

See also
IlsSwExecCallbackType, IlsSwRepresentation.

@OpenViewCallback

This Rogue Wave Views callback can be set on a Server Data Source using the standard Views mechanism (see the member function IlvGraphic::setCallback()).

This callback is called by the virtual member function IlsSwServerDataSource::onOpenView() when a new view is opened using this Server Data Source. This callback is called at the end of first notification for the representation, just after the callback that may have been installed when opening the view using IlsSwComponent::openSwView().

See also
IlsSwComponent, IlsSwServerDataSource.