Interface Readable

All Known Subinterfaces:
PropertyMap, ReadWritable
All Known Implementing Classes:
PropertyMapImpl, RootWindow

public interface Readable
Interface for objects that can be read from an ObjectInputStream.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Reads this object from an ObjectInputStream.
  • Method Details