org.sadun.util
Interface Setup


public interface Setup

Instances of this class can setup existing objects

Version:
1.0
Author:
C. Sadun

Method Summary
 void setup(java.lang.Object obj)
          Sets up the passed object
 

Method Detail

setup

public void setup(java.lang.Object obj)
Sets up the passed object

Parameters:
obj - the object to be set up.