Atavism Version 2018.1AGIS API

atavism.server.events
Class LoadingStateEvent

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

public class LoadingStateEvent
extends Event

tells the client when we start and stop loading a new scene


Constructor Summary
LoadingStateEvent()
           
LoadingStateEvent(AOByteBuffer buf, ClientConnection con)
           
LoadingStateEvent(boolean loading)
           
 
Method Summary
 boolean getLoading()
           
 java.lang.String getName()
           
 void parseBytes(AOByteBuffer buf)
          load this event from the passed in buffer called by the constructor
 void setLoading(boolean loading)
           
 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

LoadingStateEvent

public LoadingStateEvent()

LoadingStateEvent

public LoadingStateEvent(AOByteBuffer buf,
                         ClientConnection con)

LoadingStateEvent

public LoadingStateEvent(boolean loading)
Method Detail

getName

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

setLoading

public void setLoading(boolean loading)

getLoading

public boolean getLoading()

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


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