de.msponer.android.yac.activities.workqueues.listener
Class RemoveWorkItemElementEntryListener
java.lang.Object
de.msponer.android.yac.activities.workqueues.listener.RemoveWorkItemElementEntryListener
- All Implemented Interfaces:
- View.OnClickListener
public class RemoveWorkItemElementEntryListener
- extends Object
- implements View.OnClickListener
Onclicklistener to remove work item element entries from a father panel.
- Author:
- msponer
Method Summary |
void |
onClick(View arg0)
Removes the child from the father panel and deletes the specified work
item element entry. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoveWorkItemElementEntryListener
public RemoveWorkItemElementEntryListener(WorkItemElementEntry workItemElementEntry,
LinearLayout fatherPanel,
LinearLayout childPanel)
- Constructor setting the required attributes.
- Parameters:
workItemElementEntry
- The work item element entry to remove.fatherPanel
- The father panel.childPanel
- The child panel.
onClick
public void onClick(View arg0)
-
Removes the child from the father panel and deletes the specified work
item element entry.
- Specified by:
onClick
in interface View.OnClickListener