ermi.samples.basictypes
Class SpriteImpl

java.lang.Object
  |
  +--EventServer
        |
        +--ermi.samples.basictypes.SpriteSkel
              |
              +--ermi.samples.basictypes.SpriteImpl
All Implemented Interfaces:
ERemote, Sprite

public class SpriteImpl
extends SpriteSkel

Author:
Pedro García To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments
See Also:
Serialized Form

Constructor Summary
SpriteImpl(int x, java.util.Properties env)
           
 
Method Summary
 int getX()
           
 void setX(int x)
           
 
Methods inherited from class ermi.samples.basictypes.SpriteSkel
close, copy, eventArrived, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ermi.ERemote
getERef
 

Constructor Detail

SpriteImpl

public SpriteImpl(int x,
                  java.util.Properties env)
           throws RemoteException
Method Detail

getX

public int getX()

setX

public void setX(int x)