net.groboclown.gui.pluginapp.v1.event
Class ErrorEvent

java.lang.Object
  |
  +--net.groboclown.gui.pluginapp.v1.event.BaseEvent
        |
        +--net.groboclown.gui.pluginapp.v1.event.ErrorEvent
All Implemented Interfaces:
Serializable

public class ErrorEvent
extends BaseEvent

The main GUI frame controller. It has the Frame, the MenuBar, and the Tabbed Pane where everyone plays. For each primary component, there is a JMenu and JComponent.

See Also:
Serialized Form

Field Summary
private  String action
           
private  String[] results
           
private  IElement source
           
 
Constructor Summary
ErrorEvent(IElement source, String action, String[] errors)
           
 
Method Summary
 String getAction()
           
 IElement getElement()
           
 String[] getErrors()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

source

private IElement source

action

private String action

results

private String[] results
Constructor Detail

ErrorEvent

public ErrorEvent(IElement source,
                  String action,
                  String[] errors)
Method Detail

getElement

public IElement getElement()

getAction

public String getAction()

getErrors

public String[] getErrors()


Written under the LGPL