org.openamf.util
Class OpenAMFUtilsTest.FooImpl

java.lang.Object
  extended byorg.openamf.util.OpenAMFUtilsTest.FooImpl
All Implemented Interfaces:
OpenAMFUtilsTest.IFoo
Enclosing class:
OpenAMFUtilsTest

public static class OpenAMFUtilsTest.FooImpl
extends java.lang.Object
implements OpenAMFUtilsTest.IFoo


Constructor Summary
OpenAMFUtilsTest.FooImpl()
           
 
Method Summary
 int getCount()
           
 java.lang.String getText()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenAMFUtilsTest.FooImpl

public OpenAMFUtilsTest.FooImpl()
Method Detail

getText

public java.lang.String getText()
Specified by:
getText in interface OpenAMFUtilsTest.IFoo

getCount

public int getCount()
Specified by:
getCount in interface OpenAMFUtilsTest.IFoo