com.tensegrity.palowebviewer.modules.engine.client.usermessage
Class CompositCallback

java.lang.Object
  extended by com.tensegrity.palowebviewer.modules.engine.client.usermessage.CompositCallback
All Implemented Interfaces:
IUserCallback

public class CompositCallback
extends java.lang.Object
implements IUserCallback


Constructor Summary
CompositCallback()
           
 
Method Summary
 void addCallback(IUserCallback callback)
           
 void execute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositCallback

public CompositCallback()
Method Detail

addCallback

public void addCallback(IUserCallback callback)

execute

public void execute()
Specified by:
execute in interface IUserCallback