org.globalse.arena.sword.engine
Class PickUpSuccessEvent

java.lang.Object
  |
  +--org.globalse.arena.frag.events.Event
        |
        +--org.globalse.arena.frag.events.ObjectActionEvent
              |
              +--org.globalse.arena.sword.engine.PickUpSuccessEvent

public class PickUpSuccessEvent
extends ObjectActionEvent

This is sent by the Item to an Adventurer, when the Item is successfully picked up (the Item becomes visible and is attached to the Adventurer's inventory)

See Also:
ObjectActionEvent, Serialized Form

Field Summary
 java.lang.String item
           
 
Fields inherited from class org.globalse.arena.frag.events.ObjectActionEvent
object
 
Fields inherited from class org.globalse.arena.frag.events.Event
game, recipient, sender
 
Constructor Summary
PickUpSuccessEvent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

item

public java.lang.String item
Constructor Detail

PickUpSuccessEvent

public PickUpSuccessEvent()



This page is hosted by the Chair for Applied Software Engineering of the Technische Universität München.
Imprint (Impressum)