|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.jadv.events.Event
|
+--org.jadv.events.ClientEvent
This event handles an event from the client.
| Field Summary | |
(package private) ReceivedEvent |
_evt
|
| Fields inherited from class org.jadv.events.Event |
_NEXT |
| Constructor Summary | |
ClientEvent(ReceivedEvent evt)
|
|
| Method Summary | |
void |
doEvent()
Do the different Events, that can come from the player ... |
void |
markBad()
markBad() Mark an Event as bad. |
void |
sendEventBack(JAdvEvent event)
Sends an Event back to the client which sends us this event |
| Methods inherited from class org.jadv.events.Event |
findObject |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
ReceivedEvent _evt
| Constructor Detail |
public ClientEvent(ReceivedEvent evt)
| Method Detail |
public void doEvent()
doEvent in class Eventpublic void markBad()
Event
markBad in class Eventpublic void sendEventBack(JAdvEvent event)
event - - Event to send back
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||