org.dfdaemon.il2.api.event.console
Class ChannelCreatedEvent

java.lang.Object
  extended by org.dfdaemon.il2.api.event.Event
      extended by org.dfdaemon.il2.api.event.console.ChannelCreatedEvent
All Implemented Interfaces:
Serializable

public class ChannelCreatedEvent
extends Event

Author:
aka50
See Also:
Serialized Form

Constructor Summary
ChannelCreatedEvent()
           
 
Method Summary
 String getByWho()
           
 int getChannel()
           
 String getIp()
           
 String getPort()
           
 void setByWho(String byWho)
           
 void setChannel(int channel)
           
 void setIp(String ip)
           
 void setPort(String port)
           
 String toString()
           
 
Methods inherited from class org.dfdaemon.il2.api.event.Event
getDate, setDate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChannelCreatedEvent

public ChannelCreatedEvent()
Method Detail

getIp

public String getIp()

setIp

public void setIp(String ip)

getPort

public String getPort()

setPort

public void setPort(String port)

getChannel

public int getChannel()

setChannel

public void setChannel(int channel)

getByWho

public String getByWho()

setByWho

public void setByWho(String byWho)

toString

public String toString()
Overrides:
toString in class Event


Copyright © 2007-2008. All Rights Reserved.