|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.portlets.user.homelibrary.home.workspace.events.AbstractWorkspaceAreaEventSource
org.gcube.portlets.user.homelibrary.home.workspace.events.filter.WorkspaceAreaEventFilter
public class WorkspaceAreaEventFilter
Implements an event filter. With this filter are accepted the events with target an item with id in the specified list.
Constructor Summary | |
---|---|
WorkspaceAreaEventFilter(WorkspaceAreaEventSource source)
Create a new event filter. |
Method Summary | |
---|---|
void |
addCriteria(WorkspaceAreaEventFilterCriteria criteria)
Add a criteria. |
void |
removeCriteria(WorkspaceAreaEventFilterCriteria criteria)
Remove a criteria. |
void |
workspaceEvent(WorkspaceAreaEvent event)
Called when a new event is fired. |
Methods inherited from class org.gcube.portlets.user.homelibrary.home.workspace.events.AbstractWorkspaceAreaEventSource |
---|
addWorkspaceAreaListener, removeWorkspaceAreaListener |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WorkspaceAreaEventFilter(WorkspaceAreaEventSource source)
source
- the event source.Method Detail |
---|
public void addCriteria(WorkspaceAreaEventFilterCriteria criteria)
criteria
- the criteria to add.public void removeCriteria(WorkspaceAreaEventFilterCriteria criteria)
criteria
- the criteria to remove.public void workspaceEvent(WorkspaceAreaEvent event)
workspaceEvent
in interface WorkspaceAreaListener
event
- the event.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |