|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.util.EventObject
org.oddjob.arooa.design.designer.DesignerErrorEvent
public class DesignerErrorEvent
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
DesignerErrorEvent(DesignerModel source,
String summary,
Exception cause)
|
|
| Method Summary | |
|---|---|
Exception |
getCause()
|
DesignerModel |
getSource()
|
String |
getSummary()
|
| Methods inherited from class java.util.EventObject |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DesignerErrorEvent(DesignerModel source,
String summary,
Exception cause)
| Method Detail |
|---|
public DesignerModel getSource()
getSource in class EventObjectpublic String getSummary()
public Exception getCause()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||