org.apache.commons.betwixt.introspection
Interface ICount

All Known Subinterfaces:
ILaughingCount

public interface ICount

Author:
Apache Commons Team, Apache Software Foundation

Method Summary
 int getCount()
           
 void increment()
           
 void setCount(int newCount)
           
 

Method Detail

getCount

int getCount()

setCount

void setCount(int newCount)

increment

void increment()


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.