public method O2GMessagesTable.subscribeStatus

Brief

Subscribes a table listener to table status changes.

Declaration
Java
void  subscribeStatus (IO2GTableListener listener)

Parameters
listener

An instance of the class implementing the IO2GTableListener interface.

Declared in O2GTable

back