com.pepper.platform.program
Interface SectionChangeListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
AbstractPepperProgram

public interface SectionChangeListener
extends EventListener

This interface is used to listen for events that occur when a Section (a tab in the application's user interface) is changed.


Method Summary
 void sectionChanged(SectionEvent event)
          Section Change notification fired after the section change has occured in the UI
 void sectionChanging(SectionEvent event)
          This event gets fired before the section is actually changed.
 

Method Detail

sectionChanged

void sectionChanged(SectionEvent event)
Section Change notification fired after the section change has occured in the UI

Parameters:
event - the event associated with the section change.

sectionChanging

void sectionChanging(SectionEvent event)
This event gets fired before the section is actually changed.

Parameters:
event - a SectionEvent value


Copyright © 2006-2007 Pepper Computer, Inc. All Rights Reserved.