|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
java.util.EventObject
oracle.javatools.history.HistoryModelEvent
public final class HistoryModelEvent
An event from the HistoryModel.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
HistoryModelEvent(HistoryModel source)Construct a history model event. |
|
HistoryModelEvent(HistoryModel source, int start, int end)Construct a history model event. |
|
| Method Summary | |
|---|---|
int |
getEnd()Get the last history entry this event relates to. |
int |
getStart()Get the first history entry this event relates to. |
java.lang.String |
toString()Get a string representation of this object. |
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public HistoryModelEvent(HistoryModel source)
source - the source should be the model this event relates to.
public HistoryModelEvent(HistoryModel source,
int start,
int end)
source - the source should be the model this event relates tostart - the first entry index this event relates toend - the last entry index this event relates to.| Method Detail |
|---|
public int getStart()
public int getEnd()
public java.lang.String toString()
toString in class java.util.EventObject
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||