|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.portal.event.AbstractPortalEvent
lumis.portal.filesystem.event.FileSystemEvent
@StableMinor(version="6.1", sinceVersion="4.1") public abstract class FileSystemEvent
Base class for file system events.
Constructor Summary | |
---|---|
FileSystemEvent(PortalFile file)
Creates a new file system event. |
Method Summary | |
---|---|
PortalFile |
getFile()
Returns the affected file or folder. |
Methods inherited from class lumis.portal.event.AbstractPortalEvent |
---|
getEventGroups, getOperationType, setEventGroups, setOperationType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface lumis.portal.event.IPortalEvent |
---|
toString |
Constructor Detail |
---|
public FileSystemEvent(PortalFile file)
file
- the affected file.Method Detail |
---|
public PortalFile getFile()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |