Added in API level 1
  
  
  
  
Summary:
  Methods
  
ExpandableListView.OnGroupCollapseListener
  public
  static
  
  
  interface
  ExpandableListView.OnGroupCollapseListener
  
  
  
| android.widget.ExpandableListView.OnGroupCollapseListener | 
Used for being notified when a group is collapsed
Summary
Public methods | |
|---|---|
        abstract
        
        
        
        
        void
     | 
  
    
      
      onGroupCollapse(int groupPosition)
      
      
        Callback method to be invoked when a group in this expandable list has been collapsed.  | 
  
Public methods
onGroupCollapse
    Added in API level 1
  
      
  
    public abstract void onGroupCollapse (int groupPosition)
Callback method to be invoked when a group in this expandable list has been collapsed.
| Parameters | |
|---|---|
groupPosition | 
        
          int: The group position that was collapsed |