Display event if the button is clicked
[unical.git] / src / ro / ieval / unical / EventButton.java
1 package ro.ieval.unical;
2 import android.content.Context;
3 import android.widget.Button;
4
5
6 public class EventButton extends Button{
7 Event e;
8 public EventButton(Context context,Event z) {
9 super(context);
10 e=z;
11 // TODO Auto-generated constructor stub
12 }
13
14 }
This page took 0.019779 seconds and 4 git commands to generate.