Copyright © 2011 Citra Technologies. All Rights Reserved.

com.citra.pivot.olap.remote
Interface RemoteOlapListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
RemoteOlapPanel

public interface RemoteOlapListener
extends EventListener

RemoteOlapListener is a listener that is notified each time RemoteOlapModel starts or stops querying the underlying olap data model.


Method Summary
 void remoteActionPerformed(RemoteOlapEvent e)
          Notifies listeners that the RemoteOlapModel has started or stopped an asynchronous query to the underlying olap data model.
 

Method Detail

remoteActionPerformed

void remoteActionPerformed(RemoteOlapEvent e)
Notifies listeners that the RemoteOlapModel has started or stopped an asynchronous query to the underlying olap data model.

Parameters:
e - the event that is forwarded to the listeners

Copyright © 2011 Citra Technologies. All Rights Reserved.