com.esotericsoftware.kryo
Interface Kryo.Listener

Enclosing class:
Kryo

public static interface Kryo.Listener

Provides notification of Kryo events.


Method Summary
 void remoteEntityRemoved(int id)
          Called when a remote entity is no longer available.
 

Method Detail

remoteEntityRemoved

void remoteEntityRemoved(int id)
Called when a remote entity is no longer available. This allows, for example, a context to release any resources it may be storing for the entity.

See Also:
Context.getRemoteEntityID(), Kryo.removeListener(Listener)


Copyright © 2011. All Rights Reserved.