Package org.jadv.events

JadvLib: Some basic events

See:
          Description

Class Summary
ClientEvent This event handles an event from the client.
Event The abstract class Event is the super class of all Events, that could be handled by the EventManager / EventThread.
HeartBeatEvent This is the Event, that handles the HeartBeat of one object.
LoadObjectEvent Loads an object
MoveEvent An object should be moved to another location!
ObjectMessageEvent A Message is sent to an object
ObjectNoLongerSeenEvent Event, that tells the target object, that another object cannot be seen any longer.
ObjectSeenEvent Event that tells an target object, that it can see another object.
ResetEvent The ResetEvent is used to reset objects.
TimerEvent The TimerEvent simply calles the Timer in the given object.
 

Package org.jadv.events Description

JadvLib: Some basic events