org.hyperic.sigar.win32
Interface EventLogNotification


public interface EventLogNotification

Register for event log notifications.


Method Summary
 void handleNotification(EventLogRecord event)
          Called if matches() returns true
 boolean matches(EventLogRecord event)
          Determine if we want to handle this event.
 

Method Detail

matches

public boolean matches(EventLogRecord event)
Determine if we want to handle this event.


handleNotification

public void handleNotification(EventLogRecord event)
Called if matches() returns true



Copyright © 2004-2006 Hyperic. All Rights Reserved.