Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.flexstor.common.awt.event
Interface SettingsEventI  view SettingsEventI download SettingsEventI.java

All Known Implementing Classes:
SettingsEvent

public interface SettingsEventI

Base interface for any kind of event generated in Address Book Viewer, Send Settings Dialog and may be any other component related to setting.


Field Summary
static int ACTION_CANCELED
           
static int COMPONENT_STATE_CHANGED
           
static int DATA_DELETED
           
static int DATA_REFRESHED
           
static int DATA_UPDATED
           
static int EMAIL_EVENT
           
static int FTP_EVENT
           
static int IMPORT_SETTINGS_EVENT
           
static int NEW_ADDRESS
           
static int NEW_SELECTION
           
static int SEND_SETTINGS_EVENT
           
 
Method Summary
 int getEventId()
          returns the event id of the event.
 int getEventType()
          returns the event type of the event.
 java.awt.Component getSourceComponent()
          returns the source component of the event.
 void setEventId(int id)
          sets the event id of the event.
 void setEventType(int type)
          sets the event type of the event.
 void setSourceComponent(java.awt.Component c)
          sets the source component of the event.
 

Field Detail

EMAIL_EVENT

public static final int EMAIL_EVENT
See Also:
Constant Field Values

FTP_EVENT

public static final int FTP_EVENT
See Also:
Constant Field Values

SEND_SETTINGS_EVENT

public static final int SEND_SETTINGS_EVENT
See Also:
Constant Field Values

IMPORT_SETTINGS_EVENT

public static final int IMPORT_SETTINGS_EVENT
See Also:
Constant Field Values

NEW_ADDRESS

public static final int NEW_ADDRESS
See Also:
Constant Field Values

NEW_SELECTION

public static final int NEW_SELECTION
See Also:
Constant Field Values

DATA_UPDATED

public static final int DATA_UPDATED
See Also:
Constant Field Values

DATA_DELETED

public static final int DATA_DELETED
See Also:
Constant Field Values

ACTION_CANCELED

public static final int ACTION_CANCELED
See Also:
Constant Field Values

DATA_REFRESHED

public static final int DATA_REFRESHED
See Also:
Constant Field Values

COMPONENT_STATE_CHANGED

public static final int COMPONENT_STATE_CHANGED
See Also:
Constant Field Values
Method Detail

getSourceComponent

public java.awt.Component getSourceComponent()
returns the source component of the event.


getEventType

public int getEventType()
returns the event type of the event.


getEventId

public int getEventId()
returns the event id of the event.


setSourceComponent

public void setSourceComponent(java.awt.Component c)
sets the source component of the event.


setEventType

public void setEventType(int type)
sets the event type of the event.


setEventId

public void setEventId(int id)
sets the event id of the event.