public class DataItemConsole extends Object
Constructor and Description |
---|
DataItemConsole(Item item) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispose() |
org.eclipse.ui.console.IConsole |
getConsole() |
protected void |
init() |
protected void |
message(Date date,
PrintStream stream,
String format,
Object... args) |
protected void |
message(PrintStream stream,
String format,
Object... args) |
protected void |
processConnectionChange(ConnectionService connection) |
protected void |
processConnectionStateChange(Connection connection,
ConnectionState state,
Throwable error) |
protected void |
processDataChange(Variant value,
Map<String,Variant> attributes,
boolean cache) |
protected void |
processSubscriptionChange(SubscriptionState subscriptionState,
Throwable subscriptionError) |
protected void |
removeConsole() |
protected void |
stop() |
public DataItemConsole(Item item)
public org.eclipse.ui.console.IConsole getConsole()
protected void message(PrintStream stream, String format, Object... args)
protected void message(Date date, PrintStream stream, String format, Object... args)
protected void processConnectionChange(ConnectionService connection)
protected void processConnectionStateChange(Connection connection, ConnectionState state, Throwable error)
protected void processDataChange(Variant value, Map<String,Variant> attributes, boolean cache)
protected void processSubscriptionChange(SubscriptionState subscriptionState, Throwable subscriptionError)
protected void init()
protected void removeConsole()
protected void dispose()
protected void stop()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.