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