net.sourceforge.geeboss.model.midi.memory
Interface Reference

All Known Implementing Classes:
MemoryObjectVariable, MemoryValueVariable, MemoryValueVariable.ByteVariable, MemoryValueVariable.CharVariable, MemoryValueVariable.StringVariable, MemoryValueVariable.TypedVariable

public interface Reference

Interface for reference elements such as MemoryObjectVariable or MemoryValueVariable

Author:
Frederic BORRY

Method Summary
 MemoryComponent createReference(MemoryObject holder, MemoryManager manager)
          Create the referenced object
 

Method Detail

createReference

MemoryComponent createReference(MemoryObject holder,
                                MemoryManager manager)
Create the referenced object

Parameters:
holder - the memory object that will hold this reference
manager - the MemoryManager
Returns:
the referenced object


Copyright (c) 2005 The Geeboss team (http://geeboss.sourceforge.net). All Rights Reserved.