com.tensegrity.palowebviewer.modules.ui.client
Class UIManagerListenerCollection

java.lang.Object
  extended by com.tensegrity.palowebviewer.modules.ui.client.UIManagerListenerCollection
All Implemented Interfaces:
IUIManagerListener

public class UIManagerListenerCollection
extends java.lang.Object
implements IUIManagerListener


Constructor Summary
UIManagerListenerCollection()
           
 
Method Summary
 void addListener(IUIManagerListener listener)
           
 void onBusy()
           
 void onFree()
           
 void removeListener(IUIManagerListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIManagerListenerCollection

public UIManagerListenerCollection()
Method Detail

addListener

public void addListener(IUIManagerListener listener)

removeListener

public void removeListener(IUIManagerListener listener)

onBusy

public void onBusy()
Specified by:
onBusy in interface IUIManagerListener

onFree

public void onFree()
Specified by:
onFree in interface IUIManagerListener