Interface ItemInterface

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
Item

public interface ItemInterface
extends java.rmi.Remote

An interface for Item


Method Summary
 java.lang.String getExplanation()
           
 void View()
           
 

Method Detail

View

public void View()
          throws java.rmi.RemoteException

getExplanation

public java.lang.String getExplanation()
                                throws java.rmi.RemoteException