util
Interface EntryReadable

All Known Implementing Classes:
Drawable, DrawableObjectType

public interface EntryReadable

Interface einer Klasse, die Objekte vom Entry-Input einlesen kann.


Method Summary
 EntryReadable read(EntryInput r)
          Liest das jeweilige Objekt vom Entry-Input ein.
 

Method Detail

read

public EntryReadable read(EntryInput r)
Liest das jeweilige Objekt vom Entry-Input ein.

Parameters:
r - Entry-Input
Returns:
eingelesenes Objekt bzw. null