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

All Known Implementing Classes:
MemoryClass

public interface Instanciable

Itnerface for instanciable elements such as memory classes.

Author:
Frederic BORRY

Method Summary
 MemoryObject createInstance(java.lang.String objectName, MemoryObject parent, long baseAddress, MemoryManager manager)
          Create an instance of this instanciable element
 

Method Detail

createInstance

MemoryObject createInstance(java.lang.String objectName,
                            MemoryObject parent,
                            long baseAddress,
                            MemoryManager manager)
Create an instance of this instanciable element

Parameters:
objectName - the name of the created instance
parent - the parent memory object
baseAddress - the baseAddress for the created instance
manager - the MemoryManager
Returns:
an instance of this instanciable element


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