net.java.sip.communicator.impl.gui.customcontrols.wizard
Class WizardEvent
java.lang.Object
java.util.EventObject
net.java.sip.communicator.impl.gui.customcontrols.wizard.WizardEvent
- All Implemented Interfaces:
- Serializable
public class WizardEvent
- extends EventObject
- See Also:
- Serialized Form
|
Field Summary |
static int |
CANCEL
Indicates that the wizard was canceled. |
static int |
ERROR
Indicates that an error occured and the wizard hasn't been able to
finish. |
static int |
SUCCESS
Indicates that the wizard triggering this event has finished
successfully. |
|
Constructor Summary |
WizardEvent(Object source,
int eventCode)
Creates a new WizardEvent according to the given source and event code. |
|
Method Summary |
int |
getEventCode()
Returns the event code of this event : SUCCESS or ERRROR. |
SUCCESS
public static final int SUCCESS
- Indicates that the wizard triggering this event has finished
successfully.
- See Also:
- Constant Field Values
CANCEL
public static final int CANCEL
- Indicates that the wizard was canceled.
- See Also:
- Constant Field Values
ERROR
public static final int ERROR
- Indicates that an error occured and the wizard hasn't been able to
finish.
- See Also:
- Constant Field Values
WizardEvent
public WizardEvent(Object source,
int eventCode)
- Creates a new WizardEvent according to the given source and event code.
- Parameters:
source - the source where this event occurredeventCode - the event code : SUCCESS or ERROR
getEventCode
public int getEventCode()
- Returns the event code of this event : SUCCESS or ERRROR.
- Returns:
- the event code of this event : SUCCESS or ERRROR
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.