org.blojsom.plugin.widget.ip
Class IPAddressWidget

java.lang.Object
  extended byorg.blojsom.plugin.widget.ip.IPAddressWidget
All Implemented Interfaces:
Listener

public class IPAddressWidget
extends java.lang.Object
implements Listener

IP Address widget

Since:
blojsom 3.2
Version:
$Id: IPAddressWidget.java,v 1.1 2007/03/26 18:17:20 czarneckid Exp $
Author:
David Czarnecki

Constructor Summary
IPAddressWidget()
          Create a new instance of the IP address widget
 
Method Summary
 void handleEvent(Event event)
          Handle an event broadcast from another component
 void init()
          Initialize the widget
 void processEvent(Event event)
          Process an event from another component
 void setEventBroadcaster(EventBroadcaster eventBroadcaster)
          Set the EventBroadcaster
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IPAddressWidget

public IPAddressWidget()
Create a new instance of the IP address widget

Method Detail

setEventBroadcaster

public void setEventBroadcaster(EventBroadcaster eventBroadcaster)
Set the EventBroadcaster

Parameters:
eventBroadcaster - EventBroadcaster

init

public void init()
Initialize the widget


handleEvent

public void handleEvent(Event event)
Handle an event broadcast from another component

Specified by:
handleEvent in interface Listener
Parameters:
event - Event to be handled

processEvent

public void processEvent(Event event)
Process an event from another component

Specified by:
processEvent in interface Listener
Parameters:
event - Event to be handled