|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.keridwen.core.data.storage.manager.event.DataStorageEvent
public class DataStorageEvent
Event thrown when the state of the data packet has changed.
| Constructor Summary | |
|---|---|
DataStorageEvent(Object aSource,
DataStorage aStorage,
DataStorageEventType aType)
Builds a data storage event with the given source, data storage and type. |
|
| Method Summary | |
|---|---|
DataStorage |
getDataStorage()
Gets the data storage associated with the event. |
Object |
getSource()
Gets the sender of the event. |
DataStorageEventType |
getType()
Gets the event type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataStorageEvent(Object aSource,
DataStorage aStorage,
DataStorageEventType aType)
aSource - the sender of the eventaStorage - the storage the event is aboutaType - the type of the event| Method Detail |
|---|
public final DataStorageEventType getType()
public final Object getSource()
public final DataStorage getDataStorage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||