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

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


handleNotification

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



Copyright ? 2004-2009 Hyperic. All Rights Reserved.