public class FileUpdatedEvent extends Object
| Constructor and Description |
|---|
FileUpdatedEvent(String lastModifier,
Timer timer,
org.exoplatform.services.listener.Event<org.apache.commons.chain.Context,String> event)
Instantiates a new file updated event.
|
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.services.listener.Event<org.apache.commons.chain.Context,String> |
getEvent()
Gets the event.
|
String |
getLastModifier()
Gets the last modifier.
|
Timer |
getTimer()
Gets the timer.
|
void |
setEvent(org.exoplatform.services.listener.Event<org.apache.commons.chain.Context,String> event)
Sets the event.
|
void |
setLastModifier(String lastModifier)
Sets the last modifier.
|
void |
setTimer(Timer timer)
Sets the timer.
|
public String getLastModifier()
public void setLastModifier(String lastModifier)
lastModifier - the new last modifierpublic Timer getTimer()
public void setTimer(Timer timer)
timer - the new timerpublic org.exoplatform.services.listener.Event<org.apache.commons.chain.Context,String> getEvent()
public void setEvent(org.exoplatform.services.listener.Event<org.apache.commons.chain.Context,String> event)
event - the eventCopyright © 2003–2019 eXo Platform SAS. All rights reserved.