package org.lucci.madhoc.messaging;

/*
 * Created on May 18, 2005
 */

/**
 * @author luc.hogie
 */
public interface MemoryConsumingObject
{
    public abstract int getSizeInBytes();
}