07.01.2013 Views

David Defour - Université de Perpignan

David Defour - Université de Perpignan

David Defour - Université de Perpignan

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

EVENT HANDLER CLASS<br />

(PARTIE DE MAIN ACTIVITY CLASS)<br />

}<br />

}<br />

jeudi 26 janvier 12<br />

private class ColorSetter implements OnClickListener {<br />

private int regionColor;<br />

public ColorSetter(int regionColor) {<br />

this.regionColor = regionColor;<br />

}<br />

@Overri<strong>de</strong><br />

public void onClick(View v) {<br />

setRegionColor(regionColor);<br />

}<br />

Closes off the main Activity class.<br />

Event handler can directly call methods in the main Activity,<br />

even if the method is private.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!