org.kuali.student.common.ui.client.configurable.mvc.sections
Interface SwapEventHandler


public interface SwapEventHandler

An event handler interface that handles events on the SwapSection class.

Author:
SW Genis sw@psybergate.co.za

Method Summary
 void onRemoveSwappableSection(String key, Section section)
          Called whenever a section is removed.
 void onShowSwappableSection(String key, Section section)
          Called whenever another sections is displayed.
 

Method Detail

onShowSwappableSection

void onShowSwappableSection(String key,
                            Section section)
Called whenever another sections is displayed.

Parameters:
key -

onRemoveSwappableSection

void onRemoveSwappableSection(String key,
                              Section section)
Called whenever a section is removed.

Parameters:
key -


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.