org.gswing.components.common.gui
Interface IUpdateInformed

All Known Implementing Classes:
CandidateSelector, InsertPartyLeader

public interface IUpdateInformed

General callback interface to inform an object that something has changed.


Method Summary
 void inform(int index, Object value)
          Inform object tha something has changed.
 

Method Detail

inform

void inform(int index,
            Object value)
Inform object tha something has changed.

Parameters:
index - Optional int value.
value - Optional object.


Copyright © 2008. All Rights Reserved.