com.threerings.util
Interface Inner

All Known Implementing Classes:
Parameter.Choice

public interface Inner

Provides a means of creating "inner" classes without requiring that the class definitions be lexically enclosed within the definitions of the outer class. The first parameter of each of the inner class's constructors should be a reference to the outer class.


Method Summary
 Object getOuter()
          Returns a reference to the outer object.
 void setOuter(Object outer)
          Sets the outer object reference.
 

Method Detail

setOuter

void setOuter(Object outer)
Sets the outer object reference.


getOuter

Object getOuter()
Returns a reference to the outer object.



Copyright © 2011. All Rights Reserved.