|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.olat.core.gui.control.Event
org.olat.core.util.event.MultiUserEvent
org.olat.repository.controllers.EntryChangedEvent
public class EntryChangedEvent
Initial Date: May 27, 2004
| Field Summary | |
|---|---|
static int |
ADDED
Entry added status. |
static int |
DELETED
Entry deleted status. |
static int |
MODIFIED
Entry modified status. |
static int |
MODIFIED_AT_PUBLISH
|
static int |
MODIFIED_DESCRIPTION
Entry description modified status. |
| Fields inherited from class org.olat.core.gui.control.Event |
|---|
BACK_EVENT, CANCELLED_EVENT, CHANGED_EVENT, DONE_EVENT, FAILED_EVENT |
| Constructor Summary | |
|---|---|
EntryChangedEvent(RepositoryEntry changedEntry,
int change)
Event signaling the change of a repository entry. |
|
| Method Summary | |
|---|---|
int |
getChange()
Get the type of change. |
java.lang.Long |
getChangedEntryKey()
|
| Methods inherited from class org.olat.core.util.event.MultiUserEvent |
|---|
hashCode, isEventOnThisNode, toString |
| Methods inherited from class org.olat.core.gui.control.Event |
|---|
getCommand |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int MODIFIED
public static final int ADDED
public static final int DELETED
public static final int MODIFIED_DESCRIPTION
public static final int MODIFIED_AT_PUBLISH
| Constructor Detail |
|---|
public EntryChangedEvent(RepositoryEntry changedEntry,
int change)
changedEntry - change - | Method Detail |
|---|
public java.lang.Long getChangedEntryKey()
public int getChange()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||