org.eclipse.corona.core.resources
Interface INullObject

All Known Subinterfaces:
IConfigurationFactory, IContainerConfiguration
All Known Implementing Classes:
ContainerConfiguration, NullConfigurationFactory, NullContainerConfiguration, PropertyConfigurationStore, PropertyContainerConfiguration

public interface INullObject

Root interface of all objects which can have NullObject subclasses.
NullObject pattern.

Author:
cwpl-pjaworow

Method Summary
 boolean isNullObject()
          Method returns true if implementing object is a "null object".
 

Method Detail

isNullObject

boolean isNullObject()
Method returns true if implementing object is a "null object".

Returns:
true if object which implements this interface in a "null object".

Copyright 2006 IBM Corporation and others.
All Rights Reserved.