org.dspace.app.statistics
Class PassiveUsageEvent
java.lang.Object
org.dspace.app.statistics.AbstractUsageEvent
org.dspace.app.statistics.PassiveUsageEvent
public class PassiveUsageEvent
- extends AbstractUsageEvent
A null implementation of AbstractUsageEvent to absorb events harmlessly and
cheaply.
- Version:
- $Revision: 3705 $
- Author:
- Mark H. Wood
|
Method Summary |
void |
fire()
Do nothing and return. |
| Methods inherited from class org.dspace.app.statistics.AbstractUsageEvent |
getEperson, getEventType, getID, getObjectType, getSessionID, getSource, setEperson, setEventType, setID, setObjectType, setSessionID, setSource |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PassiveUsageEvent
public PassiveUsageEvent()
fire
public void fire()
- Do nothing and return. Effectively, the event is discarded.
- Specified by:
fire in class AbstractUsageEvent
Copyright © 2009 The DSpace Foundation. All Rights Reserved.