net.dpml.transit
Interface Disposable

All Known Implementing Classes:
DefaultModel, StationPlugin

public interface Disposable

The Disposable interface is implemented by a disposable sub-system within Transit.

Version:
1.0.0
Author:
The Digital Product Meta Library

Method Summary
 void dispose()
          Dispose of the service.
 

Method Detail

dispose

public void dispose()
Dispose of the service. During disposal a sub-system is required to release all references such as listeners and internal resources in preparation for garbage collection.