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

Packages that use Reference
net.sourceforge.geeboss.model.midi.memory   
 

Uses of Reference in net.sourceforge.geeboss.model.midi.memory
 

Classes in net.sourceforge.geeboss.model.midi.memory that implement Reference
 class MemoryObjectVariable
          A reference to a memory object of a specified class
 class MemoryValueVariable
          A reference to a memory value
static class MemoryValueVariable.ByteVariable
          A Byte value
static class MemoryValueVariable.CharVariable
          A Char value
static class MemoryValueVariable.StringVariable
          A string value
static class MemoryValueVariable.TypedVariable
          Base class for typed variables
 

Methods in net.sourceforge.geeboss.model.midi.memory with parameters of type Reference
 void Referencing.addReference(Reference reference, MemoryManager manager)
          Add a reference to this Referencing object
 void MemoryObject.addReference(Reference reference, MemoryManager manager)
          Add a reference to this Referencing object
 



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