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
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 instanceparent
- the parent memory objectbaseAddress
- the baseAddress for the created instancemanager
- the MemoryManager
- Returns:
- an instance of this instanciable element
Copyright (c) 2005 The Geeboss team (http://geeboss.sourceforge.net). All Rights Reserved.