org.zu.ardulink.event
Class ConnectionEvent

java.lang.Object
  extended by org.zu.ardulink.event.ConnectionEvent

public class ConnectionEvent
extends Object

Ardulink - return to homepage

v0.6.1 Magnum PI

Event raised when connection occurs.

Author:
Luciano Zu project Ardulink http://www.ardulink.org/


Constructor Summary
ConnectionEvent()
           
ConnectionEvent(String connectionId)
           
ConnectionEvent(String connectionId, String portName)
           
 
Method Summary
 String getConnectionId()
           
 String getPortName()
           
 Date getTimestamp()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionEvent

public ConnectionEvent()

ConnectionEvent

public ConnectionEvent(String connectionId)

ConnectionEvent

public ConnectionEvent(String connectionId,
                       String portName)
Method Detail

getConnectionId

public String getConnectionId()

getTimestamp

public Date getTimestamp()

getPortName

public String getPortName()


Copyright © 2015. All rights reserved.