ermi.samples.basictypes
Interface Sprite

All Superinterfaces:
ERemote
All Known Implementing Classes:
SpriteSkel, SpriteStub

public interface Sprite
extends ERemote

Author:
Administrador To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.

Method Summary
 int getX()
           
 void setX(int x)
           
 
Methods inherited from interface ermi.ERemote
close, copy, getERef, init
 

Method Detail

getX

public int getX()
         throws RemoteException
RemoteException

setX

public void setX(int x)
          throws RemoteException
RemoteException