javax.media.pim
Class ListInfo

java.lang.Object
  |
  +--javax.media.pim.ListInfo
All Implemented Interfaces:
java.io.Serializable

class ListInfo
extends java.lang.Object
implements java.io.Serializable


Field Summary
 java.util.Vector classNames
           
 int type
           
 
Constructor Summary
ListInfo(int type, java.util.Vector classNames)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public int type

classNames

public java.util.Vector classNames
Constructor Detail

ListInfo

public ListInfo(int type,
                java.util.Vector classNames)