Class SizeChangedEvent

java.lang.Object
xyz.cofe.cbuffer.ContentBufferEvent
xyz.cofe.cbuffer.SizeChangedEvent

public class SizeChangedEvent
extends ContentBufferEvent
Событие зменения размера буфера
Author:
Kamnev Georgiy (nt.gocha@gmail.com)
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected long newSize  
    protected long oldSize  

    Fields inherited from class xyz.cofe.cbuffer.ContentBufferEvent

    contentBuffer
  • Constructor Summary

    Constructors 
    Constructor Description
    SizeChangedEvent​(ContentBuffer src, long oldSize, long newSize)  
  • Method Summary

    Modifier and Type Method Description
    long getNewSize()  
    long getOldSize()  

    Methods inherited from class xyz.cofe.cbuffer.ContentBufferEvent

    getContentBuffer

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait