|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.embl.ebi.escience.scufl.ScuflModelEvent
public class ScuflModelEvent
Signifies a change in the model that might be of interest to a view
| Field Summary | |
|---|---|
static int |
LOAD
|
static int |
UNKNOWN
|
| Constructor Summary | |
|---|---|
ScuflModelEvent(java.lang.Object source,
java.lang.String message)
Construct a new event, the object generating the event should put itself in the source field, and may optionally supply a textual message as well |
|
ScuflModelEvent(java.lang.Object source,
java.lang.String message,
int eventType)
Construct a new event with the specified event type |
|
| Method Summary | |
|---|---|
int |
getEventType()
Get the event type |
java.lang.String |
getMessage()
Get the message |
java.lang.Object |
getSource()
Get the source of the event |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static int UNKNOWN
public static int LOAD
| Constructor Detail |
|---|
public ScuflModelEvent(java.lang.Object source,
java.lang.String message)
public ScuflModelEvent(java.lang.Object source,
java.lang.String message,
int eventType)
| Method Detail |
|---|
public java.lang.String getMessage()
public int getEventType()
public java.lang.Object getSource()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||