cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Class UT2004CompositeObjectCreator.SelfCreator

java.lang.Object
  extended by cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004CompositeObjectCreator.SelfCreator
All Implemented Interfaces:
UT2004CompositeObjectCreator.ICompositeWorldObjectCreator<Self>
Enclosing class:
UT2004CompositeObjectCreator

public static class UT2004CompositeObjectCreator.SelfCreator
extends java.lang.Object
implements UT2004CompositeObjectCreator.ICompositeWorldObjectCreator<Self>


Constructor Summary
UT2004CompositeObjectCreator.SelfCreator()
           
 
Method Summary
 Self create(ILocalWorldObject localPart, ISharedWorldObject sharedPart, IStaticWorldObject staticPart)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UT2004CompositeObjectCreator.SelfCreator

public UT2004CompositeObjectCreator.SelfCreator()
Method Detail

create

public Self create(ILocalWorldObject localPart,
                   ISharedWorldObject sharedPart,
                   IStaticWorldObject staticPart)
Specified by:
create in interface UT2004CompositeObjectCreator.ICompositeWorldObjectCreator<Self>