pl.edu.agh.cast.common
Interface IDisposable

All Known Subinterfaces:
IDataSet<T>, IDomainDataSet<T>, IDomainElement, IElement, IEntity, IGeneralDataSet<T>, IGeneralElement, IManyToManyRelation, IOneToOneRelation, IPresentationDataSet<T>, IPresentationElement<T>, ISchemaConnection, ISchemaDataSet, ISchemaElement<T>, ISchemaNode, ITimedManyToManyRelation, ITimedOneToOneRelation, IVisualDataSet<T,M>, IVisualElement<M>, IVisualSchemaConnection, IVisualSchemaDataSet, IVisualSchemaElement<T>, IVisualSchemaNode
All Known Implementing Classes:
AbstractDataSet, AbstractElement, DomainDataSet, Entity, GeneralDataSet, ManyToManyRelation, OneToOneRelation, PresentationDataSet, PresentationElement, PropertyContainer, SampleGeneralDataSet, SchemaConnection, SchemaDataSet, SchemaNode, TimedManyToManyRelation, TimedOneToOneRelation, VisualDataSet, VisualElement, VisualSchemaConnection, VisualSchemaDataSet, VisualSchemaNode

public interface IDisposable

Interface of objects which require performing specific actions before being disposed.

Author:
AGH CAST Team

Method Summary
 void dispose()
          Method called before disposing the object.
 

Method Detail

dispose

void dispose()
Method called before disposing the object.



Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.