14.06.2011

getters and setters

posted by Karsten

public GameThread getThread() { return thread; } public TextView getStatusView() { return mStatusView; } public void setStatusView(TextView mStatusView) { this.mStatusView = mStatusView; } public TextView getScoreView() { return mScoreView; } public void setScoreView(TextView mScoreView) { this.mScoreView = mScoreView; } public Handler getmHandler() { return mHandler; } public void setmHandler(Handler mHandler) { this.mHandler = mHandler; }

Share

Place your comment

Please fill your data and comment below.
Name
Email
Website
Your comment