org.sourceforge.jemm.client
Interface JEMMObjectCreator

All Known Implementing Classes:
JEMMObjectCreatorImpl

public interface JEMMObjectCreator


Method Summary
 JEMMObject createObject(GetObjectResp resp, ClassInfo classInfo)
           
 ObjectSyncData getSyncData(JEMMObject jo)
           
 void initialise(JEMMObject origin)
           
 void initialise(JEMMType typeInstance)
           
 void refreshPrimitiveState(JEMMObject obj, GetObjectResp response)
           
 void syncResponseUpdateObject(JEMMObject jo, ObjectSyncResp response)
           
 

Method Detail

createObject

JEMMObject createObject(GetObjectResp resp,
                        ClassInfo classInfo)

refreshPrimitiveState

void refreshPrimitiveState(JEMMObject obj,
                           GetObjectResp response)

getSyncData

ObjectSyncData getSyncData(JEMMObject jo)

syncResponseUpdateObject

void syncResponseUpdateObject(JEMMObject jo,
                              ObjectSyncResp response)

initialise

void initialise(JEMMObject origin)

initialise

void initialise(JEMMType typeInstance)


Copyright © 2009. All Rights Reserved.