com.monad.homerun.core
Interface SystemAgent


public interface SystemAgent

SystemAgent interface describes objects capable of acting on system events.


Method Summary
 void process(java.lang.String eventType, java.lang.Object object)
          Process system events
 void setProperty(java.lang.String name, java.lang.String value)
          Sets an operational property
 

Method Detail

setProperty

void setProperty(java.lang.String name,
                 java.lang.String value)
Sets an operational property

Parameters:
name - the property name
value - the property value

process

void process(java.lang.String eventType,
             java.lang.Object object)
Process system events

Parameters:
eventType - the type of event
object - the event object


Copyright © 2006-2009 Richard Rodgers. All Rights Reserved.