Package net.infonode.util
Interface Readable
-
- All Known Subinterfaces:
PropertyMap,ReadWritable
- All Known Implementing Classes:
PropertyMapImpl,RootWindow
public interface ReadableInterface for objects that can be read from anObjectInputStream.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidread(java.io.ObjectInputStream in)Reads this object from an ObjectInputStream.
-