frysk.proc
Class HostEvent

java.lang.Object
  extended by frysk.proc.HostEvent
All Implemented Interfaces:
Event

abstract class HostEvent
extends Object
implements Event

Possible host events. Eventually this can encompass things like host down, et.al.


Field Summary
(package private)  String name
           
 
Constructor Summary
protected HostEvent(String name)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface frysk.event.Event
execute
 

Field Detail

name

String name
Constructor Detail

HostEvent

protected HostEvent(String name)
Method Detail

toString

public String toString()
Overrides:
toString in class Object