All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface game.Displayable

public interface Displayable
The Displayable interface should be implemented by any class whose instances are to be drawn in the Client gui area. Classes should define both methods display and displayUpdate() to display respectively a full or partial representation of their instances.



All Packages  Class Hierarchy  This Package  Previous  Next  Index