# .setPositiveButton(android.R.string.ok, new DialogInterface.OnClickListener(){ public void onClick(DialogInterface dialog, int which) { result.confirm(); } }).create();
lamda
.setPositiveButton(android.R.string.ok, (dialog, which) -> { result.confirm(); }).create();
반응형
'Backend > Java&Spring Framework' 카테고리의 다른 글
[JAVA] instanseof : Object 의 타입알기 (0) | 2019.10.13 |
---|---|
[JAVA]java.net.UnknownHostException: Unable to resolve host : No address associated with hostname (0) | 2016.08.20 |
spring + mybatis + ppas error message 2 (0) | 2015.07.14 |
spring + mybatis + ppas error message 1 (0) | 2015.07.14 |
ppas (0) | 2015.07.09 |