jfun.yan
Interface Stateful

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
Component, Creator2Component, DecoratingComponent, DelegatingComponent, SimpleComponent

public interface Stateful
extends java.io.Serializable

Represents anything that has a state.

Codehaus.org.

Author:
Ben Yu

Method Summary
 java.lang.Object getState()
          Gets the state.
 

Method Detail

getState

java.lang.Object getState()
Gets the state.

Returns:
the state.