de.msponer.android.yac.activities.workqueues.listener
Class RemoveWorkItemElementEntryListener

java.lang.Object
  extended by 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

Constructor Summary
RemoveWorkItemElementEntryListener(WorkItemElementEntry workItemElementEntry, LinearLayout fatherPanel, LinearLayout childPanel)
          Constructor setting the required attributes.
 
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
 

Constructor Detail

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.
Method Detail

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