public interface InputPortContext extends PortContext<InputPortContext>
| Modifier and Type | Method and Description |
|---|---|
Collection<InputConnectionContext> |
connections()
Returns a collection of input port connections.
|
List<InputHook> |
hooks()
Returns a list of input hooks.
|
InputContext |
input()
Returns the parent input context.
|
namenotify, registerObserver, unregisterObserverInputContext input()
Collection<InputConnectionContext> connections()
Copyright © 2013-2014. All Rights Reserved.