Atavism Version 2018.1AGIS API

atavism.server.events
Class DropEvent

java.lang.Object
  extended by atavism.server.engine.Event
      extended by atavism.server.events.DropEvent
All Implemented Interfaces:
EventParser

public class DropEvent
extends Event


Constructor Summary
DropEvent()
           
DropEvent(AOByteBuffer buf, ClientConnection con)
           
DropEvent(AOObject dropper, AOObject obj)
           
 
Method Summary
 java.lang.String getName()
           
 AOObject getObjToDrop()
           
 void parseBytes(AOByteBuffer buf)
          load this event from the passed in buffer called by the constructor
 void setDropper(AOObject dropper)
           
 void setObjToDrop(AOObject obj)
           
 AOByteBuffer toBytes()
           
 
Methods inherited from class atavism.server.engine.Event
getBuffer, getConnection, getEnqueueTime, getObjectOid, setBuffer, setConnection, setEnqueueTime, setEntity, setObject, setObjectOid, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DropEvent

public DropEvent()

DropEvent

public DropEvent(AOByteBuffer buf,
                 ClientConnection con)

DropEvent

public DropEvent(AOObject dropper,
                 AOObject obj)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in class Event

toBytes

public AOByteBuffer toBytes()
Specified by:
toBytes in class Event

parseBytes

public void parseBytes(AOByteBuffer buf)
Description copied from class: Event
load this event from the passed in buffer called by the constructor

Specified by:
parseBytes in interface EventParser
Specified by:
parseBytes in class Event

setDropper

public void setDropper(AOObject dropper)

setObjToDrop

public void setObjToDrop(AOObject obj)

getObjToDrop

public AOObject getObjToDrop()


Copyright © 2018 Dragonsan Studios Sp. z o.o.