gumbo.util
Class AbstractDelegatable.Serial

java.lang.Object
  |
  +--gumbo.util.AbstractDisposable
        |
        +--gumbo.util.AbstractDelegatable
              |
              +--gumbo.util.AbstractDelegatable.Serial
All Implemented Interfaces:
Delegatable, Disposable, java.io.Serializable
Direct Known Subclasses:
AbstractRelation
Enclosing class:
AbstractDelegatable

public static class AbstractDelegatable.Serial
extends AbstractDelegatable
implements java.io.Serializable

Serializable version of AbstractDelegatable.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class gumbo.util.AbstractDelegatable
AbstractDelegatable.Serial
 
Constructor Summary
AbstractDelegatable.Serial()
           
 
Methods inherited from class gumbo.util.AbstractDelegatable
getDelegator, implDispose, initDelegator, initedDelegator, initingDelegator, isDelegatorInited
 
Methods inherited from class gumbo.util.AbstractDisposable
dispose, isDisposed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractDelegatable.Serial

public AbstractDelegatable.Serial()