public method O2GMessagesTable.unsubscribeStatus

Brief

Unsubscribes a table listener from table status changes.

Declaration
Java
void  unsubscribeStatus (IO2GTableListener listener)

Parameters
listener

An instance of the class implementing the IO2GTableListener interface.

Declared in O2GTable

back